This commit is contained in:
Timothy Jaeryang Baek
2024-12-13 22:51:43 -08:00
parent f9a05dd1e1
commit 6efca03a8f
4 changed files with 9 additions and 0 deletions

View File

@@ -382,6 +382,7 @@ async def process_chat_payload(request, form_data, user, model):
"role": user.role,
},
"__metadata__": metadata,
"__request__": request,
}
# Initialize events to store additional event to be sent to the client