From ce1fb4447efc9958dcf279f7eb2ae6941bec1220 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Fri, 2 Aug 2024 01:31:47 +0200 Subject: [PATCH] Fix models/{model} URL (#6132) --- docs/openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openai.md b/docs/openai.md index 29195329..b4443cb0 100644 --- a/docs/openai.md +++ b/docs/openai.md @@ -86,7 +86,7 @@ curl http://localhost:11434/v1/chat/completions \ curl http://localhost:11434/v1/models -curl https://api.openai.com/v1/models/llama3 +curl http://localhost:11434/v1/models/llama3 curl http://localhost:11434/v1/embeddings \ -H "Content-Type: application/json" \