mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -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):
|
async def chat_completed(request: Request, form_data: dict, user: Any):
|
||||||
if not request.app.state.MODELS:
|
if not request.app.state.MODELS:
|
||||||
await get_all_models(request)
|
await get_all_models(request)
|
||||||
|
|||||||
Reference in New Issue
Block a user