From 021e01f86d5cfebf05363bc14b071ed331060d52 Mon Sep 17 00:00:00 2001 From: Jorge Menjivar Date: Wed, 8 Nov 2023 00:12:44 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7c07a90..a6457ed2 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ When deploying the application, the following environment variables can be set: | No | ANTHROPIC_API_VERSION | `2023-06-01` | The version of the Anthropic API | | No | PALM_API_URL | `https://generativelanguage.googleapis.com/v1beta2` | The base url for the PALM 2 API from Google | | No | PALM_API_KEY | | The default API key used for authenticating with PaLM 2. [Get Key](https://developers.generativeai.google/products/palm) | -| No | OLLAMA_HOST | Example: `http://localhost:11434` | The base url for Ollama. Be aware that Vercel doesn´t allow direct IP access in edge functions so you will need to create some sort of subdomain/domain for your Ollama instance if you want to use it. | +| No | OLLAMA_HOST | | Example: `http://127.0.0.1:11434`. The base url for Ollama. Be aware that Vercel doesn´t allow direct IP access in edge functions so you will need to create some sort of subdomain/domain for your Ollama instance if you want to use it. | | No | NEXT_PUBLIC_DEFAULT_OPENAI_SYSTEM_PROMPT | Defined in [constants file](./utils/app/const.ts) | The default system prompt to use on new conversations for OpenAI models. | | No | NEXT_PUBLIC_DEFAULT_ANTHROPIC_SYSTEM_PROMPT | Defined in [constants file](./utils/app/const.ts) | The default system prompt to use on new conversations for Anthropic models. | | No | NEXT_PUBLIC_DEFAULT_PALM_SYSTEM_PROMPT | Defined in [constants file](./utils/app/const.ts) | The default system prompt to use on new conversations for PaLM 2 models. | @@ -156,7 +156,7 @@ When deploying the application, the following environment variables can be set: | Yes | NEXT_PUBLIC_SUPABASE_ANON_KEY | | The supabase project anon key. | | Yes | SUPABASE_SERVICE_ROLE_KEY | | The supabase project service role key. | | Yes | SUPABASE_JWT_SECRET | | **Warning!** Generating a new JWT Secret may invalidate other supabase tokens. | -| No | EDGE_CONFIG | | Create a Vercel Edge Config Store, add "NEXTAUTH_EMAIL_PATTERNS": "`.+@mydomain.com`" this will overried the `NEXTAUTH_EMAIL_PATTERN` environment variable | +| No | EDGE_CONFIG | | Create a Vercel Edge Config Store, add "NEXTAUTH_EMAIL_PATTERNS": "`.+@mydomain.com`" this will overried the `NEXTAUTH_EMAIL_PATTERN` environment variable | | No | NEXTAUTH_EMAIL_PATTERN | | The email regex pattern granted access to unSAGED. For example `.+@mydomain.com` | | Yes | NEXTAUTH_SECRET | | NextAuth Settings. See [Documentation](https://next-auth.js.org/configuration/options#nextauth_secret) | | In prod. | NEXTAUTH_URL | `http://localhost:3000` | NextAuth Settings. See [Documentation](https://next-auth.js.org/configuration/options#nextauth_url) | @@ -164,8 +164,8 @@ When deploying the application, the following environment variables can be set: | Yes | \\_CLIENT_ID | | Provider OAuth Client ID | | Yes | \\_CLIENT_SECRET | | Provider OAuth Client Secret | | Maybe | \\_ISSUER | | Provider Issuer URL (Only some providers need this) | -| Maybe | EMAIL_SERVER | `smtp://username:password@smtp.example.com:587` | Email Provider Mail Server | -| Maybe | EMAIL_FROM | `noreply@example.com` | Email Provider From address Server | +| No | EMAIL_SERVER | | Example: `smtp://username:password@smtp.example.com:587`. Email Provider Mail Server | +| No | EMAIL_FROM | | Example: `noreply@example.com`. Email Provider From address Server | Where \ is one of the following: