chore(config): align default ai model settings

This commit is contained in:
2026-03-11 04:51:51 +04:00
parent c0e4f2c054
commit 60a5cd332e
4 changed files with 12 additions and 12 deletions

View File

@@ -11,9 +11,9 @@ mini_app_image = "europe-west1-docker.pkg.dev/my-gcp-project/household-bot/mini
database_url_secret_id = "database-url"
telegram_bot_token_secret_id = "telegram-bot-token"
openai_api_key_secret_id = "openai-api-key"
bot_parser_model = "gpt-4.1-mini"
bot_purchase_parser_model = "gpt-5-mini"
bot_assistant_model = "gpt-5-mini"
bot_parser_model = "gpt-4o-mini"
bot_purchase_parser_model = "gpt-4o-mini"
bot_assistant_model = "gpt-4o-mini"
bot_assistant_timeout_ms = 20000
bot_assistant_memory_max_turns = 12
bot_assistant_rate_limit_burst = 5