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:
Fuegovic 2023-07-14 09:40:41 -04:00 committed by GitHub
parent e5336039fc
commit 1a5144be76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 189 additions and 0 deletions

View file

@ -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: