10 lines
120 B
Python
Raw Normal View History

from ..openai_client.models import Message, Prompt
class LLMInterface:
pass
if __name__ == '__main__':
pass