We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8163cb2 commit 99f60bbCopy full SHA for 99f60bb
fastchat/serve/openai_api_server.py
@@ -375,7 +375,6 @@ async def show_available_models():
375
return ModelList(data=model_cards)
376
377
378
-@app.post("/v1chat/completions", dependencies=[Depends(check_api_key)])
379
@app.post("/v1/chat/completions", dependencies=[Depends(check_api_key)])
380
async def create_chat_completion(request: ChatCompletionRequest):
381
"""Creates a completion for the chat message"""
0 commit comments