mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📚 documentation update (#1340)
This commit is contained in:
parent
44755c964f
commit
f2fc47e741
2 changed files with 15 additions and 15 deletions
14
.env.example
14
.env.example
|
|
@ -79,6 +79,13 @@ CHATGPT_TOKEN=
|
||||||
CHATGPT_MODELS=text-davinci-002-render-sha
|
CHATGPT_MODELS=text-davinci-002-render-sha
|
||||||
# CHATGPT_REVERSE_PROXY=<YOUR REVERSE PROXY>
|
# CHATGPT_REVERSE_PROXY=<YOUR REVERSE PROXY>
|
||||||
|
|
||||||
|
#============#
|
||||||
|
# Google #
|
||||||
|
#============#
|
||||||
|
|
||||||
|
GOOGLE_KEY=user_provided
|
||||||
|
# GOOGLE_REVERSE_PROXY=
|
||||||
|
|
||||||
#============#
|
#============#
|
||||||
# OpenAI #
|
# OpenAI #
|
||||||
#============#
|
#============#
|
||||||
|
|
@ -104,13 +111,6 @@ DEBUG_OPENAI=false
|
||||||
|
|
||||||
# OPENROUTER_API_KEY=
|
# OPENROUTER_API_KEY=
|
||||||
|
|
||||||
#============#
|
|
||||||
# Google #
|
|
||||||
#============#
|
|
||||||
|
|
||||||
GOOGLE_KEY=user_provided
|
|
||||||
# GOOGLE_REVERSE_PROXY=
|
|
||||||
|
|
||||||
#============#
|
#============#
|
||||||
# Plugins #
|
# Plugins #
|
||||||
#============#
|
#============#
|
||||||
|
|
|
||||||
|
|
@ -166,6 +166,14 @@ CHATGPT_TOKEN=
|
||||||
CHATGPT_MODELS=text-davinci-002-render-sha
|
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
|
### OpenAI
|
||||||
|
|
||||||
- To get your OpenAI API key, you need to:
|
- 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=
|
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
|
### Plugins
|
||||||
Here are some useful documentation about plugins:
|
Here are some useful documentation about plugins:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue