From f2fc47e741be17387fd690ff9697b2057c4ada38 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:45:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20documentation=20update=20(#1340)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 14 +++++++------- docs/install/dotenv.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.env.example b/.env.example index 33edbd5932..2c97892d61 100644 --- a/.env.example +++ b/.env.example @@ -79,6 +79,13 @@ CHATGPT_TOKEN= CHATGPT_MODELS=text-davinci-002-render-sha # CHATGPT_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 # #============# diff --git a/docs/install/dotenv.md b/docs/install/dotenv.md index 7319e24ff0..4bf62840a8 100644 --- a/docs/install/dotenv.md +++ b/docs/install/dotenv.md @@ -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: