WIP - Code refactoring

This commit is contained in:
AjaySi
2024-03-28 23:22:58 +05:30
parent 3920186fc7
commit bedd0ac422
14 changed files with 17 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ logger.add(sys.stdout,
format="<level>{level}</level>|<green>{file}:{line}:{function}</green>| {message}"
)
from ..gpt_providers.openai_chat_completion import openai_chatgpt
from ..gpt_providers.openai_text_gen import openai_chatgpt
from ..gpt_providers.gemini_pro_text import gemini_text_response