File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,21 +49,21 @@ temp settings file only:
4949
5050` providers.<provider>.baseURL ` is always written. Resolve it via one of:
5151
52- | Source | Notes |
53- | ------------------------------ | --- ----------------------------------------------- |
54- | ` base_url= ` agent kwarg | Preferred for one-off runs |
55- | ` CORBITS_BASE_URL ` | Adapter env |
56- | Harbor model connection | ` model_connection.configured_base_url ` when set |
52+ | Source | Notes |
53+ | ----------------------- | ----------------------------------------------- |
54+ | ` base_url= ` agent kwarg | Preferred for one-off runs |
55+ | ` CORBITS_BASE_URL ` | Adapter env |
56+ | Harbor model connection | ` model_connection.configured_base_url ` when set |
5757
5858If none are set, the adapter raises before writing settings.
5959
6060Example values:
6161
62- | Cell | Example ` base_url ` |
63- | ---------------------------- | -------------------------------------- |
64- | xAI API key | ` https://api.x.ai/v1 ` |
62+ | Cell | Example ` base_url ` |
63+ | ----------------------------- | ---------------------------------------------- -------------------------------------- |
64+ | xAI API key | ` https://api.x.ai/v1 ` |
6565| Product OAuth / grok-cli path | ` https://cli-chat-proxy.grok.com/v1 ` (` XAI_BASE_URL ` in ` src/auth/xai/constants.ts ` ) |
66- | OpenAI-compatible | e.g. ` https://api.openai.com/v1 ` or your cell's gateway |
66+ | OpenAI-compatible | e.g. ` https://api.openai.com/v1 ` or your cell's gateway |
6767
6868Optional: ` shell_timeout_ms= ` → ` shell.timeoutMs ` in settings.
6969
You can’t perform that action at this time.
0 commit comments