mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
6 lines
151 B
Python
6 lines
151 B
Python
from .completion import ChatCompletion
|
|
from .multitask import MultiTask
|
|
from .messages import *
|
|
|
|
__all__ = ["ChatCompletion", "MultiTask", "messages"]
|