fix: default Groq model → llama-4-scout, normalize tool_calls type in history
All checks were successful
Deploy / deploy (push) Successful in 1m26s

This commit is contained in:
Cosmo
2026-05-01 13:25:45 +00:00
parent 6199db2977
commit 8886d1d907
3 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ const SETTINGS_PATH = '/data/settings.json'
const DEFAULTS = {
voiceProvider: 'anthropic',
anthropicModel: 'claude-haiku-4-5-20251001',
groqModel: 'llama-3.3-70b-versatile',
groqModel: 'meta-llama/llama-4-scout-17b-16e-instruct',
}
async function readSettings() {