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

Commit b5dd7a0

Browse files
authored
Update index.js
1 parent 433f155 commit b5dd7a0

File tree

1 file changed

+1
-1
lines changed
  • docs/src/containers/Homepage/OpenAI

1 file changed

+1
-1
lines changed

docs/src/containers/Homepage/OpenAI/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function OpenAI() {
1414
const codeStringNitro = `curl http://localhost:3928/v1/chat/completions
1515
-H "Content-Type: application/json"
1616
-d '{
17-
"model": "/path/to/your/model.gguf",
17+
"model": "gpt-3.5-turbo",
1818
"messages": [
1919
{
2020
"role": "system",

0 commit comments

Comments
 (0)