Skip to content

Commit 7ad8104

Browse files
committed
Merge branch 'testing'
2 parents 739bfe9 + 3a112b7 commit 7ad8104

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

conf/model_providers.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
# This is useful for `api_base`, `extra_headers`, etc.
1818

1919
chat:
20+
a0_venice:
21+
name: Agent Zero Venice.ai
22+
litellm_provider: openai
23+
kwargs:
24+
api_base: https://api.agent-zero.ai/venice/v1
2025
anthropic:
2126
name: Anthropic
2227
litellm_provider: anthropic
@@ -58,10 +63,13 @@ chat:
5863
name: Sambanova
5964
litellm_provider: sambanova
6065
venice:
61-
name: Venice
66+
name: Venice.ai
6267
litellm_provider: openai
6368
kwargs:
6469
api_base: https://api.venice.ai/api/v1
70+
xai:
71+
name: xAI
72+
litellm_provider: xai
6573
other:
6674
name: Other OpenAI compatible
6775
litellm_provider: openai

python/helpers/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def convert_out(settings: Settings) -> SettingsOutput:
593593
api_keys_section: SettingsSection = {
594594
"id": "api_keys",
595595
"title": "API Keys",
596-
"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.",
596+
"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>.",
597597
"fields": api_keys_fields,
598598
"tab": "external",
599599
}

0 commit comments

Comments
 (0)