Test and validate model provider settings
This page outlines how to test your configured settings for a model provider, with additional details specific to using the Hugging Face provider.
After configuring the model settings in the Provider settings
tab, you can verify your configuration by clicking Test / Cache model
. This will send a completion request to the selected model provider and display the results in a dialog, as shown below:

When using the Local / Custom
model provider, BurpGPT will automatically download and cache the specified model—if it is a valid publicly accessible Hugging Face model—before displaying the result dialog. An example of this process is shown in the screenshot below. Subsequent queries will use the cached model, avoiding repeated downloads.

Downloaded models are saved in the cache folder at these locations:
Linux and Mac:
~/.cache/huggingface/transformers/
Windows:
%userprofile%/.cache/huggingface/transformers/
Last updated
Was this helpful?