Spaces:
Paused
Paused
Update app.py
Browse files
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 请求。
|