chore(bot): log assistant stage timings

This commit is contained in:
2026-03-11 03:41:03 +04:00
parent 0ec6aa585c
commit 4dd469a0fe
5 changed files with 44 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ 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_assistant_timeout_ms = 15000
bot_assistant_timeout_ms = 20000
bot_assistant_memory_max_turns = 12
bot_assistant_rate_limit_burst = 5
bot_assistant_rate_limit_burst_window_ms = 60000