Импорт только текстовых сообщений, HISTORY_LIMIT по умолчанию 5000

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
yunogasai
2026-09-24 20:20:03 +02:00
parent 510221fd3c
commit c5f87f3195
4 changed files with 11 additions and 11 deletions

View File

@@ -18,4 +18,4 @@ OPENROUTER_API_KEY=
# Путь к SQLite-базе и сколько сообщений на чат хранить
DB_PATH=data/bot.db
HISTORY_LIMIT=2000
HISTORY_LIMIT=5000