yangtb24 commited on
Commit
a9439c3
·
verified ·
1 Parent(s): 260ce77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -447,8 +447,7 @@ def list_models():
447
  return jsonify({"error": "Unauthorized"}), 401
448
 
449
  return jsonify({
450
- "data": [{"id": model, "object": "model"} for model in all_models],
451
- "free_models": free_models
452
  })
453
 
454
  def get_billing_info():
 
447
  return jsonify({"error": "Unauthorized"}), 401
448
 
449
  return jsonify({
450
+ "data": [{"id": model, "object": "model"} for model in all_models]
 
451
  })
452
 
453
  def get_billing_info():