Timothy Jaeryang Baek 4 months ago
parent
commit
e6e8978f78
1 changed files with 3 additions and 0 deletions
  1. 3 0
      backend/open_webui/utils/chat.py

+ 3 - 0
backend/open_webui/utils/chat.py

@@ -157,6 +157,9 @@ async def generate_chat_completion(
         )
 
 
+chat_completion = generate_chat_completion
+
+
 async def chat_completed(request: Request, form_data: dict, user: Any):
     if not request.app.state.MODELS:
         await get_all_models(request)