switch to deepseek-chat instead of deepseek-coder

This commit is contained in:
Paul Gauthier 2024-12-26 19:40:06 -04:00
parent f1f66a9b9d
commit 5c3cca157d
10 changed files with 36 additions and 36 deletions

View file

@ -75,7 +75,7 @@ MODEL_ALIASES = {
"35-turbo": "gpt-3.5-turbo",
"3": "gpt-3.5-turbo",
# Other models
"deepseek": "deepseek/deepseek-coder",
"deepseek": "deepseek/deepseek-chat",
"flash": "gemini/gemini-2.0-flash-exp",
}