Skip to content

Commit

Permalink
Max model instead of plus
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Jan 28, 2025
1 parent 7820921 commit 6380595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Settings(BaseSettings):

#: Qwen
QWEN_API_KEY: str = ""
QWEN_MODEL: str = "qwen-plus"
QWEN_MODEL: str = "qwen-max"
QWEN_API_BASE_URL: str = "https://dashscope-intl.aliyuncs.com/compatible-mode/v1"

#: Llama
Expand Down

0 comments on commit 6380595

Please # to comment.