1
0
Timothy Jaeryang Baek 4 сар өмнө
parent
commit
9cb1104f09

+ 0 - 2
backend/open_webui/main.py

@@ -1053,9 +1053,7 @@ async def chat_completion(
     model_item = form_data.pop("model_item", {})
     tasks = form_data.pop("background_tasks", None)
 
-    # placeholder
     metadata = {}
-
     try:
         if not model_item.get("direct", False):
             model_id = form_data.get("model", None)