From 51214ddef5d1a2cca4a97ed03eeba8e776c0fc06 Mon Sep 17 00:00:00 2001 From: royjhan <65097070+royjhan@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:46:05 -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 0dd835f14..d9265c6b3 100644 --- a/docs/openai.md +++ b/docs/openai.md @@ -76,7 +76,7 @@ curl http://localhost:11434/v1/chat/completions \ ] }' -curl https://localhost:11434/v1/completions \ +curl http://localhost:11434/v1/completions \ -H "Content-Type: application/json" \ -d '{ "model": "llama3",