🥷🪦 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

@ -287,7 +287,7 @@ As noted earlier, [review the Custom Config Guide (click here)](./custom_config.
**Important:** Stability for Unofficial APIs are not guaranteed. Access methods to these APIs are hacky, prone to errors, and patching, and are marked lowest in priority in LibreChat's development.
### ChatGPTBrowser
<!-- ### ChatGPTBrowser
**Backend Access to https://chat.openai.com/api**
@ -295,7 +295,6 @@ This is not to be confused with [OpenAI's Official API](#openai)!
> Note that this is disabled by default and requires additional configuration to work.
> Also, using this may have your data exposed to 3rd parties if using a proxy, and OpenAI may flag your account.
> See: [ChatGPT Reverse Proxy](../../features/ninja.md)
To get your Access token for ChatGPT Browser Access, you need to:
@ -306,7 +305,7 @@ To get your Access token for ChatGPT Browser Access, you need to:
Warning: There may be a chance of your account being banned if you deploy the app to multiple users with this method. Use at your own risk.
---
--- -->
### BingAI
I recommend using Microsoft Edge for this:

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)