From 5ab4300313f54f28032cd8707f3fcb67cea20a95 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 25 Sep 2024 14:01:56 +0200 Subject: [PATCH] refac: clarity --- docs/getting-started/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/api.md b/docs/getting-started/api.md index cf880da..56d64fd 100644 --- a/docs/getting-started/api.md +++ b/docs/getting-started/api.md @@ -20,7 +20,7 @@ To ensure secure access to the API, authentication is required 🛡️. You can #### Chat Completions - **Endpoint**: `POST /api/chat/completions` -- **Description**: Serves as a chat completion endpoint compatible with various models including Ollama models, OpenAI models, and Open WebUI Function models. +- **Description**: Serves as an OpenAI API compatible chat completion endpoint for models on Open WebUI including Ollama models, OpenAI models, and Open WebUI Function models. - **Example**: ```bash curl -X POST http://localhost:3000/api/chat/completions \