Models from telegram bots imported correctly
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ekaropolus 2025-07-06 01:23:42 -06:00
parent c59a42a9c8
commit 56cad0a803

View File

@ -1,7 +1,7 @@
from telegram import Update, ForceReply from telegram import Update, ForceReply
import logging import logging
from pxy_openai.assistants import OpenAIAssistant from pxy_openai.assistants import OpenAIAssistant
from .models import TelegramBot from pxy_bots.models import TelegramBot
from asgiref.sync import sync_to_async from asgiref.sync import sync_to_async
from pxy_langchain.models import AIAssistant from pxy_langchain.models import AIAssistant
from pxy_langchain.services import LangchainAIService from pxy_langchain.services import LangchainAIService