workflows/libs/llm_api/__init__.py
2023-12-08 18:38:29 +08:00

4 lines
167 B
Python

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