Skip to content

Commit 0b89196

Browse files
lroollegregnr
andauthored
add optional configuration
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
1 parent 2d3da56 commit 0b89196

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/postgres-new/.env.example

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ NEXT_PUBLIC_SUPABASE_URL="<supabase-api-url>"
33
NEXT_PUBLIC_IS_PREVIEW=true
44

55
OPENAI_API_KEY="<openai-api-key>"
6-
# OPENAI_API_BASE="https://api.openai.com/v1"
7-
# OPENAI_MODEL="gpt-4o-2024-08-06"
6+
7+
# Optional
8+
# OPENAI_API_BASE="<openai-compatible-api>"
9+
# OPENAI_MODEL="<model>"

0 commit comments

Comments
 (0)