workflows/libs/llm_api/__init__.py
2024-01-05 12:27:57 +08:00

4 lines
161 B
Python

from .openai import chat_completion_no_stream_return_json, chat_completion_stream
__all__ = ["chat_completion_stream", "chat_completion_no_stream_return_json"]