[AUR-411] Adopt to Example2 project (#28)
Add the chatbot from Example2. Create the UI for chat.
This commit is contained in:
committed by
GitHub
parent
533fffa6db
commit
6e7905cbc0
@@ -0,0 +1,13 @@
|
||||
from langchain.schema.messages import AIMessage, SystemMessage
|
||||
|
||||
from .chats import AzureChatOpenAI, ChatLLM
|
||||
from .chats.base import BaseMessage, HumanMessage
|
||||
|
||||
__all__ = [
|
||||
"ChatLLM",
|
||||
"AzureChatOpenAI",
|
||||
"BaseMessage",
|
||||
"HumanMessage",
|
||||
"AIMessage",
|
||||
"SystemMessage",
|
||||
]
|
||||
|
Reference in New Issue
Block a user