Added llm_interface.py for connecting Discord bot with LLMs (only Open AI at the moment)

This commit is contained in:
T-BENZIN 2025-07-18 14:26:35 +05:00
parent b77dc31ea5
commit 7056315d5f

View File

@ -0,0 +1,9 @@
from ..openai_client.models import Message, Prompt
class LLMInterface:
pass
if __name__ == '__main__':
pass