mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
[Fix] UI - Models: clarify Anthropic api_base label and tooltip to prevent recursive-loop misconfiguration
This commit is contained in:
parent
1e25a00e5d
commit
acb4f89254
1 changed files with 3 additions and 3 deletions
|
|
@ -216,9 +216,9 @@
|
|||
"credential_fields": [
|
||||
{
|
||||
"key": "api_base",
|
||||
"label": "API Base",
|
||||
"placeholder": null,
|
||||
"tooltip": "Optional. Override the upstream Anthropic API URL. Defaults to https://api.anthropic.com.",
|
||||
"label": "Upstream API Base",
|
||||
"placeholder": "https://api.anthropic.com",
|
||||
"tooltip": "Optional. Where the proxy forwards requests upstream. Leave blank to use Anthropic's public API. Set this only for private Anthropic deployments or reverse proxies. Do NOT set this to your LiteLLM proxy URL — that causes a recursive loop.",
|
||||
"required": false,
|
||||
"field_type": "text",
|
||||
"options": null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue