mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
chore(config): align default ai model settings
This commit is contained in:
@@ -16,9 +16,9 @@ MINI_APP_ALLOWED_ORIGINS=http://localhost:5173
|
||||
|
||||
# Parsing / AI
|
||||
OPENAI_API_KEY=your-openai-api-key
|
||||
PARSER_MODEL=gpt-4.1-mini
|
||||
PURCHASE_PARSER_MODEL=gpt-5-mini
|
||||
ASSISTANT_MODEL=gpt-5-mini
|
||||
PARSER_MODEL=gpt-4o-mini
|
||||
PURCHASE_PARSER_MODEL=gpt-4o-mini
|
||||
ASSISTANT_MODEL=gpt-4o-mini
|
||||
ASSISTANT_TIMEOUT_MS=20000
|
||||
ASSISTANT_MEMORY_MAX_TURNS=12
|
||||
ASSISTANT_RATE_LIMIT_BURST=5
|
||||
|
||||
Reference in New Issue
Block a user