"backend/vscode:/vscode.git/clone" did not exist on "63e6f39b3193e2ab6c4583f73110d543b955e4e1"
Commit 8187922e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: "metadata" issue

parent 240a3014
......@@ -356,6 +356,8 @@ async def generate_chat_completion(
):
idx = 0
payload = {**form_data}
if "metadata" in payload:
payload.pop("metadata")
model_id = form_data.get("model")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment