chore(env): add OPENAI_API_KEY and OPENAI_BASE_URL to .env.example

This commit is contained in:
cfngc4594 2025-03-25 21:57:52 +08:00
parent c9b1f27bd4
commit a600dd2c2f

View File

@ -16,3 +16,7 @@ AUTH_GITHUB_SECRET="your_github_client_secret"
# The base URL for authentication callbacks, typically the root URL of your application
AUTH_URL="http://localhost:3000"
# OpenAI API key and base URL for AI services
OPENAI_API_KEY="your_openai_api_key"
OPENAI_BASE_URL="your_openai_base_url_if_custom"