📚 documentation update (#1340)

This commit is contained in:
Fuegovic 2023-12-13 09:45:03 -05:00 committed by GitHub
parent 44755c964f
commit f2fc47e741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -79,6 +79,13 @@ CHATGPT_TOKEN=
CHATGPT_MODELS=text-davinci-002-render-sha
# CHATGPT_REVERSE_PROXY=<YOUR REVERSE PROXY>
#============#
# Google #
#============#
GOOGLE_KEY=user_provided
# GOOGLE_REVERSE_PROXY=
#============#
# OpenAI #
#============#
@ -104,13 +111,6 @@ DEBUG_OPENAI=false
# OPENROUTER_API_KEY=
#============#
# Google #
#============#
GOOGLE_KEY=user_provided
# GOOGLE_REVERSE_PROXY=
#============#
# Plugins #
#============#

View file

@ -166,6 +166,14 @@ CHATGPT_TOKEN=
CHATGPT_MODELS=text-davinci-002-render-sha
```
### Google
Follow these instruction to setup: [Google LLMs](./apis_and_tokens.md#google-llms)
```bash
GOOGLE_KEY=user_provided
GOOGLE_REVERSE_PROXY=
```
### OpenAI
- To get your OpenAI API key, you need to:
@ -245,14 +253,6 @@ See [OpenRouter](./free_ai_apis.md#openrouter-preferred) for more info.
OPENROUTER_API_KEY=
```
### PaLM
Follow these instruction to setup: [Google PaLM 2](./apis_and_tokens.md#googles-palm-2)
```bash
GOOGLE_KEY=user_provided
GOOGLE_REVERSE_PROXY=
```
### Plugins
Here are some useful documentation about plugins: