Skip to content

Commit

Permalink
refac: clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Sep 25, 2024
1 parent 69f73b0 commit ce4bb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce4bb1e

Please sign in to comment.