We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718f788 commit bd15c6bCopy full SHA for bd15c6b
apps/web/.env.example
@@ -7,6 +7,9 @@ AWS_REGION=local
7
KV_REST_API_TOKEN="local_token"
8
KV_REST_API_URL="http://localhost:8080"
9
OPENAI_API_KEY="<openai-api-key>"
10
+# Optional
11
+# OPENAI_API_BASE="<openai-compatible-api>"
12
+# OPENAI_MODEL="<model>"
13
NEXT_PUBLIC_IS_PREVIEW=true
14
NEXT_PUBLIC_SUPABASE_ANON_KEY="<supabase-anon-key>"
15
NEXT_PUBLIC_SUPABASE_URL="<supabase-api-url>"
0 commit comments