mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
chore(env): add OPENAI_API_KEY and OPENAI_BASE_URL to .env.example
This commit is contained in:
parent
c9b1f27bd4
commit
a600dd2c2f
@ -16,3 +16,7 @@ AUTH_GITHUB_SECRET="your_github_client_secret"
|
|||||||
|
|
||||||
# The base URL for authentication callbacks, typically the root URL of your application
|
# The base URL for authentication callbacks, typically the root URL of your application
|
||||||
AUTH_URL="http://localhost:3000"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user