Provider
To access this menu, go to the sidebar and select LLM Model > Provider.

You can manage all Provider configurations from this menu. This includes adding new provider, editing details, searching for provider, and deleting provider that are no longer in use.
Add New LLM
To register a new LLM provider, you can click the ‘New LLM provider’ button.

Fill in the required fields in the form:
LLM Provider Name Enter the official name of the LLM provider (e.g., OpenAI, Anthropic, Google) when registering a new provider.
LLM Provider Display Name Enter a user-friendly name for the LLM provider. This is the name that will be shown in the application UI (can match the official provider name).
LLM Invoker Type Choose how the chatbot connects to the AI model. This determines the platform or service used to run the model
Provider Kwargs Extra configuration options for the AI provider using plain values. Enter key-value pairs as needed.
Provider Env Kwargs Extra configuration options for the AI provider using environment variables. Enter key-value pairs as needed.
Status Choose whether this entry is:
Active → enabled and available for use
Inactive → disabled and not in use
Once all fields are filled in, click the 'Save' button to save the data, or click the 'Cancel' button to discard the changes.
View and Edit Provider
You can edit and see Provider Model details by clicking the 'Edit' icon in the Provider page.

You can edit and see Provider and once you’re done, click the ‘Save’ button to save the changes or or click the ‘Cancel’ button to cancel the changes.

Search Provider
You can search for any LLM providers by typing the LMM provider name in the search field.

Delete Provider
You can remove one of the provider by clicking the 'trash' icon in the action column.

A confirmation pop-up will appear — click Delete to confirm or Cancel to cancel the action.

Last updated