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 d353d8aed9
commit b7635b0238
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',
},