mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
multi api keys
This commit is contained in:
parent
f81e448717
commit
3fe2c209b4
2 changed files with 10 additions and 3 deletions
|
|
@ -582,7 +582,7 @@ def convert_out(settings: Settings) -> SettingsOutput:
|
|||
api_keys_section: SettingsSection = {
|
||||
"id": "api_keys",
|
||||
"title": "API Keys",
|
||||
"description": "API keys for model providers and services used by Agent Zero.",
|
||||
"description": "API keys for model providers and services used by Agent Zero. You can set multiple API keys separated by a comma (,). They will be used in round-robin fashion.",
|
||||
"fields": api_keys_fields,
|
||||
"tab": "external",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue