Update constant.ts

This commit is contained in:
木斑鸠 2025-02-06 18:01:19 +08:00 committed by GitHub
parent 28cbe56cec
commit 3bc6c6d7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ const iflytekModels = [
"4.0Ultra", "4.0Ultra",
]; ];
const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"]; const deepseekModels = ["/root/deepseek-r1-distill-qwen-32b"];
const xAIModes = ["grok-beta"]; const xAIModes = ["grok-beta"];