Skip to content

Commit

Permalink
fix: typo in model name (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao authored Dec 29, 2024
1 parent 5461097 commit 8042bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/site/docs/en/model-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export OPENAI_BASE_URL="https://..."
export OPENAI_USE_AZURE="true"

# if you want to specify a model name other than gpt-4o
export MIDSCENE_MODEL_NAME='qwen-vl-max-lates';
export MIDSCENE_MODEL_NAME='qwen-vl-max-latest';

# if you want to pass customized JSON data to the `init` process of OpenAI SDK
export MIDSCENE_OPENAI_INIT_CONFIG_JSON='{"baseURL":"....","defaultHeaders":{"key": "value"}}'
Expand Down
2 changes: 1 addition & 1 deletion apps/site/docs/zh/model-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz"
export OPENAI_BASE_URL="https://..."

# 可选, 如果你想指定模型名称
export MIDSCENE_MODEL_NAME='qwen-vl-max-lates';
export MIDSCENE_MODEL_NAME='qwen-vl-max-latest';

# 可选, 如果你想变更 SDK 的初始化参数
export MIDSCENE_OPENAI_INIT_CONFIG_JSON='{"baseURL":"....","defaultHeaders":{"key": "value"}}'
Expand Down

0 comments on commit 8042bcc

Please sign in to comment.