Fix models/{model} URL (#6132)

This commit is contained in:
Kim Hallberg 2024-08-02 01:31:47 +02:00 committed by GitHub
parent 558a54b098
commit ce1fb4447e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ curl http://localhost:11434/v1/chat/completions \
curl http://localhost:11434/v1/models 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 \ curl http://localhost:11434/v1/embeddings \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \