fix: filter

This commit is contained in:
Timothy Jaeryang Baek
2025-02-08 01:07:05 -08:00
parent ee0152c1fa
commit 9be8bea6f4
3 changed files with 10 additions and 6 deletions

View File

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