支持星火认知大模型v2

This commit is contained in:
binary-husky
2023-09-01 10:34:26 +08:00
parent 973ad41bde
commit 116b7ce12f
4 changed files with 28 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ def predict(inputs, llm_kwargs, plugin_kwargs, chatbot, history=[], system_promp
函数的说明请见 request_llm/bridge_all.py
"""
chatbot.append((inputs, ""))
yield from update_ui(chatbot=chatbot, history=history)
if additional_fn is not None:
from core_functional import handle_core_functionality