Skip to content

Commit

Permalink
Merge pull request #1718 from grzegorz-bielski/patch-1
Browse files Browse the repository at this point in the history
Fix the model in the quick  start API example
  • Loading branch information
gabrielle-ong authored Nov 25, 2024
2 parents aa51b45 + 87aab7e commit 87b59d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 87b59d4

Please sign in to comment.