diff --git a/bot.py b/bot.py index 522c4419..901f4fd6 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,7 @@ from telegram import BotCommand, InlineKeyboardButton, InlineKeyboardMarkup from chatgpt2api.V3 import Chatbot as GPT from telegram.constants import ChatAction -from agent import duckduckgo_search, docQA, get_doc_from_sitemap, get_doc_from_local, search_summary +from agent import docQA, get_doc_from_local, search_summary from telegram.ext import CommandHandler, MessageHandler, ApplicationBuilder, filters, CallbackQueryHandler