env/ add embedding model
This commit is contained in:
@@ -13,6 +13,9 @@ GOOGLE_CLIENT_SECRET=
|
|||||||
OPENAI_API_KEY=
|
OPENAI_API_KEY=
|
||||||
OPENAI_MODEL="gpt-5-mini"
|
OPENAI_MODEL="gpt-5-mini"
|
||||||
|
|
||||||
|
# Optional - for vector search only
|
||||||
|
OPENAI_EMBEDDING_MODEL="text-embedding-3-large"
|
||||||
|
|
||||||
# App URL (for production deployments)
|
# App URL (for production deployments)
|
||||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user