Skip to content

Commit

Permalink
Change model name on nitro example api
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Nov 22, 2023
1 parent 8c8b41b commit 103b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/containers/Homepage/OpenAI/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function OpenAI() {
const codeStringNitro = `curl http://localhost:3928/inferences/llamacpp/chat_completion
-H "Content-Type: application/json"
-d '{
"model": "gpt-3.5-turbo",
"model": "/path/to/your/model.gguf",
"messages": [
{
"role": "system",
Expand Down

0 comments on commit 103b77f

Please sign in to comment.