iridescentX commited on
Commit
37032a3
·
verified ·
1 Parent(s): 6698a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ def proxy_models():
416
  "data": models
417
  })
418
 
419
- @app.route('/v1/chat/completions', methods=['POST'])
420
  def handle_request():
421
  """
422
  处理到 '/v1/chat/completions' 端点的 POST 请求。
 
416
  "data": models
417
  })
418
 
419
+ @app.route('/hf/v1/chat/completions', methods=['POST'])
420
  def handle_request():
421
  """
422
  处理到 '/v1/chat/completions' 端点的 POST 请求。