This commit is contained in:
Timothy Jaeryang Baek 2025-02-04 23:48:01 -08:00
parent 9624493b55
commit 2b0af33274

View File

@ -1340,7 +1340,6 @@ async def process_chat_response(
try:
data = json.loads(data)
print(data)
if "selected_model_id" in data:
model_id = data["selected_model_id"]