mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-29 05:08:26 +00:00
docs: change model names
This commit is contained in:
parent
21c21219f1
commit
1fd1bcf78e
@ -36,19 +36,19 @@ The following is a configuration example of `conf.yaml` for using OpenAI-Compati
|
||||
# An example of Doubao models served by VolcEngine
|
||||
BASIC_MODEL:
|
||||
api_base: "https://ark.cn-beijing.volces.com/api/v3"
|
||||
model: "doubao/doubao-1.5-pro-32k-250115"
|
||||
model: "doubao-1.5-pro-32k-250115"
|
||||
api_key: YOUR_API_KEY
|
||||
|
||||
# An example of Aliyun models
|
||||
BASIC_MODEL:
|
||||
api_base: "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||
model: "openai/qwen-max-latest"
|
||||
model: "qwen-max-latest"
|
||||
api_key: YOUR_API_KEY
|
||||
|
||||
# An example of deepseek official models
|
||||
BASIC_MODEL:
|
||||
api_base: "https://api.deepseek.com"
|
||||
model: "openai/deepseek-chat"
|
||||
model: "deepseek-chat"
|
||||
api_key: YOU_API_KEY
|
||||
|
||||
# An example of Google Gemini models using OpenAI-Compatible interface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user