Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inst-ai.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const config = {
ai: {
provider: 'claude',
models: {
fast: 'claude-3-5-haiku-latest', // For quick tasks: classification, extraction, parsing
thorough: 'claude-sonnet-4-5-20250929' // For complex tasks: generation, detailed analysis
fast: 'claude-haiku-4-5-20251001', // For quick tasks: classification, extraction, parsing
thorough: 'claude-sonnet-4-6' // For complex tasks: generation, detailed analysis
},
enableMockMode: false,
// Warn user if estimated input tokens exceed this threshold. Helps prevent
Expand Down
Loading