diff --git a/docs/openai.md b/docs/openai.md index 11e10e4c7..0dd835f14 100644 --- a/docs/openai.md +++ b/docs/openai.md @@ -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" \ -d '{ "model": "llama3",