You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
9 months ago
|
# website URL
|
||
|
NEXT_PUBLIC_SITE_URL=http://localhost
|
||
|
|
||
|
# openai config
|
||
|
OPENAI_API_KEY=sk-XXXXXX
|
||
|
OPENAI_API_BASE_URL=http://localhost:8081
|
||
|
OPENAI_API_MODEL=sora-1.0-turbo
|