🥷🪦 docs: remove ninja and chatgptBrowser (#1973)

This commit is contained in:
Fuegovic 2024-03-04 19:49:34 -05:00 committed by GitHub
parent 7c85b35af0
commit 2ea6e8c18a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 122 deletions

View file

@ -247,10 +247,10 @@ BINGAI_TOKEN=user_provided
BINGAI_HOST=
```
### ChatGPT
<!-- ### ChatGPT
see: [ChatGPT Free Access token](../configuration/ai_setup.md#chatgptbrowser)
> **Warning**: To use this endpoint you'll have to set up your own reverse proxy. Here is the installation guide to deploy your own (based on [Ninja](https://github.com/gngpp/ninja)): **[Ninja Deployment Guide](../../features/ninja.md)**
> **Warning**: To use this endpoint you'll have to set up your own reverse proxy.
```bash
CHATGPT_REVERSE_PROXY=<YOUR-REVERSE-PROXY>
@ -267,7 +267,7 @@ CHATGPT_REVERSE_PROXY=<YOUR-REVERSE-PROXY>
```bash
CHATGPT_TOKEN=
CHATGPT_MODELS=text-davinci-002-render-sha
```
``` -->
### Google
Follow these instructions to setup the [Google Endpoint](./ai_setup.md#google)