We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796bfc commit a72b3bbCopy full SHA for a72b3bb
src/utils/config.ts
@@ -74,7 +74,7 @@ const configParsers = {
74
},
75
model(model?: string) {
76
if (!model || model.length === 0) {
77
- return 'Pro/deepseek-ai/DeepSeek-R1';
+ return 'Pro/deepseek-ai/DeepSeek-V3';
78
}
79
80
return model as TiktokenModel;
0 commit comments