Skip to content

Commit

Permalink
docs: mark openai completion is going to be released in 0.14 (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jul 11, 2024
1 parent 3463059 commit e4ce0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/administration/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ api_endpoint = "https://api.mistral.ai"
api_key = "secret-api-key"
```

#### [openai completion](https://platform.openai.com/docs/api-reference/completions)
#### [openai completion](https://platform.openai.com/docs/api-reference/completions) (since 0.14)

Configure Tabby with an OpenAI-compatible completion model (`/v1/completions`) using an online service or a self-hosted backend (vLLM, Nvidia NIM, LocalAI, ...) as follows:

Expand Down

0 comments on commit e4ce0c5

Please sign in to comment.