mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-11 21:10:40 +01:00
Revert "Add a comment to /v1/models"
This reverts commit 38b07493a0d250afdd93a145aeebf36e81973b74.
This commit is contained in:
parent
38b07493a0
commit
050ff36bd6
@ -116,9 +116,6 @@ async def openai_chat_completions(request: Request, request_data: ChatCompletion
|
||||
@app.get("/v1/models")
|
||||
@app.get("/v1/models/{model}")
|
||||
async def handle_models(request: Request):
|
||||
'''
|
||||
Default OpenAI endpoint; useless. You are probably looking for /v1/internal/model.
|
||||
'''
|
||||
path = request.url.path
|
||||
is_list = request.url.path.split('?')[0].split('#')[0] == '/v1/models'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user