Skip to content

Commit

Permalink
Routes: Dialogue - Fixed route name
Browse files Browse the repository at this point in the history
  • Loading branch information
BertiRean committed Oct 3, 2023
1 parent 9e0062e commit fc8c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/dialogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def finetune_llama(prompt: str):
return response


@router.post("/Finetuning", response_model=FinetuningResponse)
@router.post("/finetuning", response_model=FinetuningResponse)
async def finetune(
current_user: Annotated[User, Depends(oauth2.get_current_user)],
model: str,
Expand Down

0 comments on commit fc8c7ca

Please sign in to comment.