Open willdady opened 6 days ago
User 'user' key is set in the payload but then immediately deleted via the pop.
'user'
pop
payload = {**body, "model": model_id, "user": body["user"]["id"]} payload.pop("chat_id", None) payload.pop("user", None) payload.pop("title", None)
User
'user'
key is set in the payload but then immediately deleted via thepop
.