Update docs/openai.md

This commit is contained in:
royjhan 2024-07-08 14:44:16 -07:00 committed by royjhan
parent 3702ed7532
commit b950d749a9

View File

@ -76,7 +76,7 @@ curl http://localhost:11434/v1/chat/completions \
] ]
}' }'
curl https://api.openai.com/v1/completions \ curl https://localhost:11434/v1/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"model": "llama3", "model": "llama3",