From ed1932cd261f0eaa7ffcde79484ef83b0aa54efb Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 20 Mar 2024 23:08:47 -0700 Subject: [PATCH] Link env vars --- docs/README.md | 2 +- docs/environment-variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 32d475e87..fde22c499 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,7 +28,7 @@ Detailed guides to configure your big-AGI interface and models. - **Advanced Feature Configuration**: - **[Browse](config-feature-browse.md)**: Enable web page download through third-party services or your own cloud (advanced) - **ElevenLabs API**: Voice and cutom voice generation, only requires their API key - - **Google Search API**: guide not yet available, see the Google options in 'Environment Variables' + - **Google Search API**: guide not yet available, see the Google options in '[Environment Variables](environment-variables.md)' - **Prodia API**: Stable Diffusion XL image generation, only requires their API key, alternative to DALLĀ·E ## Deployment diff --git a/docs/environment-variables.md b/docs/environment-variables.md index 33c1960d4..117ec4c06 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -147,5 +147,5 @@ The value of these variables are passed to the frontend (Web UI) - make sure the --- -For a higher level overview of backend code and environemnt customization, +For a higher level overview of backend code and environment customization, see the [big-AGI Customization](customizations.md) guide.