mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-20 17:34:10 +01:00
Docs: Instruction to deploy on render.com (#638)
* Create render.md * Update render.md * Update mkdocs.yml * Update render.md * Update README.md * Update render.md * Update apis_and_tokens.md add basic instruction for Anthropic Claude
This commit is contained in:
parent
e5336039fc
commit
1a5144be76
4 changed files with 189 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ To get your Bing Access Token, you have a few options:
|
|||
- Expand the "Cookies" (Under "Storage")
|
||||
- Copy the value of the "\_U" cookie and save it in ./.env as BING_ACCESS_TOKEN
|
||||
|
||||
## Anthropic Endpoint (Claude)
|
||||
|
||||
- Create an account at [https://console.anthropic.com/](https://console.anthropic.com/)
|
||||
- Go to [https://console.anthropic.com/account/keys](https://console.anthropic.com/account/keys) and get your api key
|
||||
- add it to `ANTHROPIC_API_KEY=` in the `.env` file
|
||||
|
||||
## Google's PaLM 2
|
||||
|
||||
To setup PaLM 2 (via Google Cloud Vertex AI API), you need to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue