15 lines
641 B
Bash
15 lines
641 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
|
|
# Official providers are separate from the compatible gateway and are preferred
|
|
# in governed goal review and H2 patch-format recovery when configured.
|
|
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
CASAN_GOAL_OPENAI_MODEL=gpt-4o-mini
|
|
CASAN_GOAL_ANTHROPIC_MODEL=claude-3-5-sonnet-latest
|