mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 08:43:23 +08:00
6 lines
121 B
Python
6 lines
121 B
Python
from server.chat.chat_openai_chain.chat_openai_chain import BaseChatOpenAIChain
|
|
|
|
__all__ = [
|
|
"BaseChatOpenAIChain"
|
|
]
|