-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
16 lines (15 loc) · 868 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (15 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Optional writing-model companion configuration.
# Copy this file to .env; explicit shell variables take precedence.
# The default provider forwards to a credential-free loopback service.
# KIRJOLAB_MODEL_PROVIDER=openai-compatible
KIRJOLAB_MODEL_UPSTREAM=http://127.0.0.1:1234/v1/chat/completions
# localhost and ::1 are accepted aliases when this scheme and port match.
KIRJOLAB_MODEL_COMPANION_ORIGIN=http://127.0.0.1:8787
# KIRJOLAB_MODEL_COMPANION_PORT=8790
# Alternative Codex provider. Create and authenticate a dedicated home first;
# do not point this at your normal Codex home. The token should be 32 random
# bytes represented as hex (for example, `openssl rand -hex 32`).
# KIRJOLAB_MODEL_PROVIDER=codex
# KIRJOLAB_CODEX_HOME=/absolute/path/to/.kirjolab-codex
# KIRJOLAB_CODEX_MODEL=gpt-5.6-terra
# KIRJOLAB_CODEX_TOKEN=replace-with-a-high-entropy-token