📝 docs update: remove ChatGPTbrowser and other small fixes (#1686)

* 🧼 docs: remove references to ChatGPTbrowser and PandoraNext

* docs: clean up .env file

Update OpenAI models with the list of automatically fetched models, update Plugin models with the list of models supporting functions, comment out ToC in custom_config.md since it conflicts with mkdock right sidebar ToC

* 🖋️ docs: fix formatting in linux_install.md

* docs: update example model lists in dotenv.md

* docs: update breaking_changesv.md
This commit is contained in:
Fuegovic 2024-01-31 08:20:07 -05:00 committed by GitHub
parent 972402e029
commit b37f55cd3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 54 additions and 257 deletions

View file

@ -26,7 +26,6 @@ In this video, you will learn how to install and run LibreChat, using Docker on
#### Instructions
Here are the steps to follow:
- Update the system: `sudo apt update`
- Clone LibreChat: `git clone https://github.com/danny-avila/LibreChat.git`
- Install Docker: `sudo apt install docker.io && apt install docker-compose -y`