Skip to content

Commit

Permalink
🥷🪦 docs: remove ninja and chatgptBrowser (danny-avila#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic authored Mar 5, 2024
1 parent 2efc893 commit 39f1c8f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 122 deletions.
10 changes: 1 addition & 9 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DEBUG_CONSOLE=false
# Endpoints #
#===================================================#

# ENDPOINTS=openAI,assistants,azureOpenAI,bingAI,chatGPTBrowser,google,gptPlugins,anthropic
# ENDPOINTS=openAI,assistants,azureOpenAI,bingAI,google,gptPlugins,anthropic

PROXY=

Expand Down Expand Up @@ -102,14 +102,6 @@ ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
BINGAI_TOKEN=user_provided
# BINGAI_HOST=https://cn.bing.com

#============#
# ChatGPT #
#============#

CHATGPT_TOKEN=
CHATGPT_MODELS=text-davinci-002-render-sha
# CHATGPT_REVERSE_PROXY=

#============#
# Google #
#============#
Expand Down
1 change: 0 additions & 1 deletion docs/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ weight: 2
* 🔥 [Firebase CDN](./firebase.md)
* 🍃 [Manage Your Database](./manage_your_database.md)
* 🪵 [Logging System](./logging_system.md)
* 🥷 [Ninja (ChatGPT reverse proxy)](./ninja.md)
* 😈 [Bing Jailbreak](./bing_jailbreak.md)

---
Expand Down
105 changes: 0 additions & 105 deletions docs/features/ninja.md

This file was deleted.

7 changes: 6 additions & 1 deletion docs/general_info/breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Certain changes in the updates may impact cookies, leading to unexpected behavio

---

## 🥷🪦 Ninja - March 4, 2024
- Since Ninja has shut down, the ChatGPTbrowser endpoint is no longer available in LibreChat.

---

## 🐋 docker-compose.yml - February 22nd, 2024

### Update to `docker-compose.yml`
Expand Down Expand Up @@ -89,7 +94,7 @@ see [⚙️ Environment Variables](../install/configuration/dotenv.md) for more
## January 31th 2024
- A new method to use the ChatGPT endpoint is now documented. It uses "Ninja"
- For more info:
- [Ninja Deployment Guide](../features/ninja.md)
- ~~[Ninja Deployment Guide](../general_info/breaking_changes.md)~~
- [Ninja GitHub repo](https://github.com/gngpp/ninja/tree/main)

---
Expand Down
5 changes: 2 additions & 3 deletions docs/install/configuration/ai_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,14 @@ 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**
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:
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions docs/install/configuration/dotenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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)
Expand Down

0 comments on commit 39f1c8f

Please sign in to comment.