Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/docs/src/content/docs/reference/config-and-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ related:
| `JUNIOR_SLASH_COMMAND` | No | Slack slash command for account-management flows. Defaults to `/jr`; the Slack app command must match this value. |
| `AI_MODEL` | No | Primary model selection override for main agent runs. Defaults to `openai/gpt-5.4`; Junior chooses the reasoning effort per run automatically. |
| `AI_FAST_MODEL` | No | Faster model for lightweight tasks and routing/classification passes before the main turn begins. Defaults to `openai/gpt-5.4-mini`. |
| `AI_MEMORY_MODEL` | No | Memory plugin extraction/review model override. When unset, memory uses the host structured-model default. |
| `AI_EMBEDDING_MODEL` | No | Embedding model for plugin-owned vector retrieval. Defaults to `openai/text-embedding-3-small`; memory v1 stores fixed 1536-dimensional vectors. |
| `AI_VISION_MODEL` | No | Dedicated image-understanding model; unset disables vision features. |
| `AI_WEB_SEARCH_MODEL` | No | Override for the `webSearch` tool model. Defaults to `openai/gpt-5.4`; does not fall through to `AI_MODEL`. |
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/content/docs/start-here/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Set these values before running real turns:
| `JUNIOR_SLASH_COMMAND` | No | Slack slash command name. Defaults to `/jr`. |
| `AI_MODEL` | No | Primary assistant model override. |
| `AI_FAST_MODEL` | No | Lightweight routing/classification model override. |
| `AI_MEMORY_MODEL` | No | Memory plugin extraction/review model override. |
| `AI_EMBEDDING_MODEL` | No | Embedding model override for plugin vector retrieval. |
| `AI_VISION_MODEL` | No | Enables image understanding when set. |
| `AI_WEB_SEARCH_MODEL` | No | Search model override. |
Expand Down
Loading
Loading