
Removed unnecessary API key variables from .env and compose.yml to simplify the configuration. This cleanup reduces clutter and ensures only relevant environment variables are maintained."
6 lines
157 B
Bash
6 lines
157 B
Bash
OPENAI_API_KEY=""
|
|
OPENAI_API_BASE="https://api.openai.com/v1"
|
|
GENAISCRIPT_MODEL_LARGE=""
|
|
GENAISCRIPT_MODEL_SMALL=""
|
|
SEARXNG_API_BASE_URL=""
|
|
SEARXNG_PASSWORD= |