6 lines
250 B
Bash
6 lines
250 B
Bash
OPENAI_API_KEY="your-key-goes-here"
|
|
OPENAI_API_BASE="https://api.openai.com/v1"
|
|
GENAISCRIPT_MODEL_LARGE="gpt-4o-mini-2024-07-18"
|
|
GENAISCRIPT_MODEL_SMALL="gpt-4o-mini-2024-07-18"
|
|
SEARXNG_API_BASE_URL="http://localhost:8080"
|
|
SEARXNG_PASSWORD="777b930e" |