From b950d749a90353dd882af965179eda76df1ff0de Mon Sep 17 00:00:00 2001 From: royjhan <65097070+royjhan@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:44:16 -0700 Subject: [PATCH] Update docs/openai.md --- docs/openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",