This commit is contained in:
Timothy Jaeryang Baek
2024-12-24 23:45:21 -07:00
parent a2366a20ba
commit 0d7d6899b9
3 changed files with 15 additions and 3 deletions

View File

@@ -873,7 +873,7 @@ async def chat_completion(
try:
response = await chat_completion_handler(request, form_data, user)
return await process_chat_response(
request, response, user, events, metadata, tasks
request, response, form_data, user, events, metadata, tasks
)
except Exception as e:
raise HTTPException(