Explorar o código

Fix models/{model} URL (#6132)

Kim Hallberg hai 9 meses
pai
achega
ce1fb4447e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/openai.md

+ 1 - 1
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" \