feat: Add CometAPI provider
TensorNull committed
Oct 16, 2025 at 14:47 UTC
5a6a50e3fd3d7f1dbdf98d8d1bf94a88f1390780
2 files changed
+7
-4
conf/model_providers.yaml
+6
-3
@@ -27,6 +27,9 @@ chat:
27
anthropic:
28
name: Anthropic
29
litellm_provider: anthropic
30
+ cometapi:
31
+ name: CometAPI
32
+ litellm_provider: cometapi
33
deepseek:
34
name: DeepSeek
35
litellm_provider: deepseek
@@ -35,8 +38,8 @@ chat:
38
litellm_provider: github_copilot
39
kwargs:
40
extra_headers:
38
- "Editor-Version": "vscode/1.85.1"
39
- "Copilot-Integration-Id": "vscode-chat"
41
+ "Editor-Version": "vscode/1.85.1"
42
+ "Copilot-Integration-Id": "vscode-chat"
43
google:
44
name: Google
45
litellm_provider: gemini
@@ -109,4 +112,4 @@ embedding:
112
litellm_provider: azure
113
other:
114
name: Other OpenAI compatible
112
- litellm_provider: openai
\ No newline at end of file
115
+ litellm_provider: openai
docs/troubleshooting.md
+1
-1
@@ -12,7 +12,7 @@ This page addresses frequently asked questions (FAQ) and provides troubleshootin
12
Refer to the [Choosing your LLMs](installation.md#installing-and-using-ollama-local-models) section of the documentation for detailed instructions and examples for configuring different LLMs. Local models can be run using Ollama or LM Studio.
13
14
> [!TIP]
15
-> Some LLM providers offer free usage of their APIs, for example Groq, Mistral or SambaNova.
15
+> Some LLM providers offer free usage of their APIs, for example Groq, Mistral, SambaNova or CometAPI.
16
17
**6. How can I make Agent Zero retain memory between sessions?**
18
Refer to the [How to update Agent Zero](installation.md#how-to-update-agent-zero) section of the documentation for instructions on how to update Agent Zero while retaining memory and data.