feat: change claw402 default model from deepseek to glm-5

This commit is contained in:
shinchan-zhai
2026-04-04 14:48:42 +08:00
parent 0c1f438cc3
commit 8a0f3f5a13
4 changed files with 10 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ export const AI_PROVIDER_CONFIG: Record<string, AIProviderConfig> = {
apiName: 'MiniMax',
},
claw402: {
defaultModel: 'deepseek',
defaultModel: 'glm-5',
apiUrl: 'https://claw402.ai',
apiName: 'Claw402',
},