diff --git a/docs/12 - OpenAI API.md b/docs/12 - OpenAI API.md index 5dc98a51..fd3309c7 100644 --- a/docs/12 - OpenAI API.md +++ b/docs/12 - OpenAI API.md @@ -79,7 +79,7 @@ curl http://127.0.0.1:5000/v1/chat/completions \ #### Multimodal/vision (llama.cpp and ExLlamaV3) -##### /v1/chat/completions (recommended!) +##### With /v1/chat/completions (recommended!) ```shell curl http://127.0.0.1:5000/v1/chat/completions \ @@ -97,7 +97,7 @@ curl http://127.0.0.1:5000/v1/chat/completions \ }' ``` -##### /v1/completions +##### With /v1/completions ```shell curl http://127.0.0.1:5000/v1/completions \