From 1fd1bcf78e6c64c0ec081502e86d24a2cc4c9c0a Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 8 May 2025 12:32:44 +0800 Subject: [PATCH] docs: change model names --- docs/configuration_guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration_guide.md b/docs/configuration_guide.md index 305bc2b..9072929 100644 --- a/docs/configuration_guide.md +++ b/docs/configuration_guide.md @@ -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