yangtb24 commited on
Commit
098105b
·
verified ·
1 Parent(s): e41a0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1343,7 +1343,6 @@ def handsome_chat_completions():
1343
  except requests.exceptions.RequestException as e:
1344
  logging.error(f"请求转发异常: {e}")
1345
  return jsonify({"error": str(e)}), 500
1346
- return jsonify({"error": "model not supported"}), 400
1347
  else:
1348
  try:
1349
  start_time = time.time()
 
1343
  except requests.exceptions.RequestException as e:
1344
  logging.error(f"请求转发异常: {e}")
1345
  return jsonify({"error": str(e)}), 500
 
1346
  else:
1347
  try:
1348
  start_time = time.time()