From 64d99d85d9a3cee6d018e348b7fb613096f7745c Mon Sep 17 00:00:00 2001 From: Grzegorz Bielski Date: Sun, 24 Nov 2024 11:27:47 +0100 Subject: [PATCH] Fix the model in the API example --- docs/docs/quickstart.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index 2ebf53c7b..874309ad4 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -80,14 +80,13 @@ All model files are stored in the `~/cortex/models` folder. curl http://localhost:39281/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ - "model": "", + "model": "llama3.1:8b-gguf", "messages": [ { "role": "user", "content": "Hello" }, ], - "model": "mistral", "stream": true, "max_tokens": 1, "stop": [