mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 16:21:54 +00:00
added support for xAI and Agent Zero Venice.ai providers
This commit is contained in:
parent
8dd8ee2e44
commit
2f6fcc29a2
2 changed files with 10 additions and 2 deletions
|
|
@ -593,7 +593,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. You can set multiple API keys separated by a comma (,). They will be used in round-robin fashion.",
|
||||
"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.<br>For more information abou Agent Zero Venice provider, see <a href='http://agent-zero.ai/?community/api-dashboard/about' target='_blank'>Agent Zero Venice</a>.",
|
||||
"fields": api_keys_fields,
|
||||
"tab": "external",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue