10 lines
120 B
Python
10 lines
120 B
Python
from ..openai_client.models import Message, Prompt
|
|
|
|
|
|
class LLMInterface:
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
pass
|