diff --git a/meta_ui.py b/meta_ui.py index 0803c8c..e3f017d 100644 --- a/meta_ui.py +++ b/meta_ui.py @@ -163,8 +163,8 @@ def chat( # ✅ 推荐返回结构,自动渲染 + 自动 history 追加 #yield {"text": txt}, log_state - return txt, log_state #return + return txt, log_state else: while thread.is_alive(): try: