Unverified Commit ce1fb444 authored by Kim Hallberg's avatar Kim Hallberg Committed by GitHub
Browse files

Fix models/{model} URL (#6132)

parent 558a54b0
......@@ -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" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment