Samuel 2 tháng trước cách đây
mục cha
commit
e98f859a14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/open_webui/utils/middleware.py

+ 1 - 1
backend/open_webui/utils/middleware.py

@@ -1608,7 +1608,7 @@ async def process_chat_response(
                             {
                                 "model": model_id,
                                 "stream": True,
-                                "tools" : form_data["tools"] ,
+                                "tools": form_data["tools"],
                                 "messages": [
                                     *form_data["messages"],
                                     {