From 1cb800d3923093e102470c6dde4e4a8b451e0a33 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:37:10 -0700 Subject: [PATCH] Docs: small change --- docs/12 - OpenAI API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \