Added llm_interface.py for connecting Discord bot with LLMs (only Open AI at the moment)
This commit is contained in:
parent
b77dc31ea5
commit
7056315d5f
9
reginaldCog/discord_bot/llm_interface.py
Normal file
9
reginaldCog/discord_bot/llm_interface.py
Normal file
@ -0,0 +1,9 @@
|
||||
from ..openai_client.models import Message, Prompt
|
||||
|
||||
|
||||
class LLMInterface:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user