Update pages/telegram.py
Browse files- pages/telegram.py +1 -1
pages/telegram.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# import telebot
|
2 |
from telebot import types
|
3 |
import asyncio
|
4 |
-
from bot import get_llm_answer
|
5 |
|
6 |
from telebot.async_telebot import AsyncTeleBot
|
7 |
|
|
|
1 |
# import telebot
|
2 |
from telebot import types
|
3 |
import asyncio
|
4 |
+
from pages.bot import get_llm_answer
|
5 |
|
6 |
from telebot.async_telebot import AsyncTeleBot
|
7 |
|