env/ add embedding model

This commit is contained in:
Leon van Zyl
2025-08-14 11:48:44 +02:00
parent ec36523f22
commit 9f09578503

View File

@@ -13,6 +13,9 @@ GOOGLE_CLIENT_SECRET=
OPENAI_API_KEY=
OPENAI_MODEL="gpt-5-mini"
# Optional - for vector search only
OPENAI_EMBEDDING_MODEL="text-embedding-3-large"
# App URL (for production deployments)
NEXT_PUBLIC_APP_URL="http://localhost:3000"