mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
refac: clarity
This commit is contained in:
parent
69f73b094a
commit
ce4bb1e3b2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user