Skip to content

Commit

Permalink
docs: add configuration docs for BigModel
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Sep 19, 2024
1 parent 944f739 commit 18c57d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/app/src/pages/docs/llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ Currently we support the following LLMs:
- [OpenRouter](https://openrouter.ai/)
- Default config: `{"api_base": "https://openrouter.ai/api/v1/"}`
- [BigModel](https://open.bigmodel.cn/)
- Default config: `{"api_base": "https://open.bigmodel.cn/api/paas/v4/"}`
- Default config:
```json
{
"api_base": "https://open.bigmodel.cn/api/paas/v4/",
"is_chat_model": true
}
```
- [Bedrock](https://aws.amazon.com/bedrock/)
- [Anthropic Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude)
- [Ollama](https://ollama.com/)
Expand Down

0 comments on commit 18c57d6

Please sign in to comment.