9 lines
366 B
Bash
9 lines
366 B
Bash
# Copy this file to casan.local.env, then replace the API-key value locally.
|
|
# It is consumed only by local-full.sh and is ignored by Git.
|
|
|
|
CASAN_CHAT_MODEL_MODE=model
|
|
CASAN_CHAT_MODEL_PROVIDER=omniroute
|
|
CASAN_OPENAI_COMPATIBLE_BASE_URL=http://host.docker.internal:20128/v1
|
|
CASAN_OPENAI_COMPATIBLE_API_KEY=replace-with-your-omniroute-or-openai-key
|
|
CASAN_PREFLIGHT=1
|