Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 87b59d4

Browse files
author
Gabrielle Ong
authored
Merge pull request #1718 from grzegorz-bielski/patch-1
Fix the model in the quick start API example
2 parents aa51b45 + 87aab7e commit 87b59d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/quickstart.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,13 @@ All model files are stored in the `~/cortex/models` folder.
8080
curl http://localhost:39281/v1/chat/completions \
8181
-H "Content-Type: application/json" \
8282
-d '{
83-
"model": "",
83+
"model": "llama3.1:8b-gguf",
8484
"messages": [
8585
{
8686
"role": "user",
8787
"content": "Hello"
8888
},
8989
],
90-
"model": "mistral",
9190
"stream": true,
9291
"max_tokens": 1,
9392
"stop": [

0 commit comments

Comments
 (0)