fix: openai proxy

This commit is contained in:
Timothy J. Baek
2024-05-29 11:28:42 -07:00
parent 37c87e3a14
commit e427ef767b
2 changed files with 31 additions and 17 deletions

View File

@@ -82,7 +82,6 @@ async def update_model_by_id(
else:
if form_data.id in request.app.state.MODELS:
model = Models.insert_new_model(form_data, user.id)
print(model)
if model:
return model
else: