mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Update gpt4all-api/gpt4all_api/app/api_v1/routes/chat.py
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com> Signed-off-by: johannesploetner <52075191+johannesploetner@users.noreply.github.com>
This commit is contained in:
parent
026ee4e46b
commit
c951a5b1d3
@ -50,7 +50,7 @@ async def chat_completion(request: ChatCompletionRequest):
|
|||||||
# GPU is not implemented yet
|
# GPU is not implemented yet
|
||||||
if settings.inference_mode == "gpu":
|
if settings.inference_mode == "gpu":
|
||||||
raise HTTPException(status_code=400,
|
raise HTTPException(status_code=400,
|
||||||
detail=f"Not implemented yet: Can only infere in CPU mode.")
|
detail=f"Not implemented yet: Can only infer in CPU mode.")
|
||||||
|
|
||||||
# we only support the configured model
|
# we only support the configured model
|
||||||
if request.model != settings.model:
|
if request.model != settings.model:
|
||||||
|
Loading…
Reference in New Issue
Block a user