AI env vars

This commit is contained in:
Leon van Zyl
2025-08-13 15:03:27 +02:00
parent 557bbccb7d
commit 6d376f84dc
5 changed files with 28 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ GOOGLE_CLIENT_SECRET=
# AI Integration (Optional - for chat functionality)
OPENAI_API_KEY=
OPENAI_MODEL="gpt-5-mini"
# App URL (for production deployments)
NEXT_PUBLIC_APP_URL="http://localhost:3000"