fix(bot): import rag_mode before build_reply_keyboard
This commit is contained in:
parent
2a223e7b5e
commit
a9d1069728
1 changed files with 2 additions and 1 deletions
|
|
@ -68,6 +68,8 @@ from telegram.ext import (
|
|||
filters, ContextTypes,
|
||||
)
|
||||
|
||||
import rag_mode
|
||||
|
||||
BOT_COMMANDS = [
|
||||
BotCommand("status", "Alle Container"),
|
||||
BotCommand("errors", "Aktuelle Fehler"),
|
||||
|
|
@ -113,7 +115,6 @@ import requests as _req
|
|||
import llm
|
||||
import memory_client
|
||||
import action_guard
|
||||
import rag_mode
|
||||
import monitor
|
||||
import voice
|
||||
from core import config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue