mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-08 18:44:22 +01:00
update: documentation (#389)
* Update docker_install.md update Bing Token instructions * Update linux_install.md Update Bing Token Instructions Add # markers to sections * Update mac_install.md Update Bing Token Instructions Fix Formating Recommend Docker * Update windows_install.md Update Bing Token Instructions * Update linux_install.md Recommend Docker * Create QUESTION.yml Questions Template * Update QUESTION.yml fix syntax * Update QUESTION.yml * Update QUESTION.yml * Create FEATURE-REQUEST * Rename FEATURE-REQUEST to FEATURE-REQUEST.yml add file extension
This commit is contained in:
parent
2d31c9f8b6
commit
f40a2f8ee8
6 changed files with 183 additions and 53 deletions
|
|
@ -46,13 +46,16 @@ or
|
|||
- **Get your OpenAI API key**
|
||||
- here: https://platform.openai.com/account/api-keys and save it somewhere safe (you will need it later)
|
||||
|
||||
- **Get your Bing Access Token**
|
||||
- Using MS Edge, navigate to bing.com
|
||||
- Make sure you are logged in
|
||||
- Open the DevTools by pressing F12 on your keyboard
|
||||
- Click on the tab "Application" (On the left of the DevTools)
|
||||
- Expand the "Cookies" (Under "Storage")
|
||||
- You need to copy the value of the "\_U" cookie, save it somewhere, you will need it later
|
||||
**Get your Bing Access Token**
|
||||
|
||||
Please follow the **[updated instructions.](https://github.com/danny-avila/chatgpt-clone/issues/370#issuecomment-1560382302)**
|
||||
|
||||
~~Using MS Edge, navigate to bing.com~~
|
||||
- ~~Make sure you are logged in~~
|
||||
- ~~Open the DevTools by pressing F12 on your keyboard~~
|
||||
- ~~Click on the tab "Application" (On the left of the DevTools)~~
|
||||
- ~~Expand the "Cookies" (Under "Storage")~~
|
||||
- ~~Copy the value of the "\_U" cookie~~
|
||||
|
||||
- **Create the ".env" File**
|
||||
You will need all your credentials, (API keys, access tokens, and Mongo Connection String, MeileSearch Master Key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue