Skip to content

Commit f1273f0

Browse files
committed
Format Harbor adapter files for prettier
1 parent 5fd886d commit f1273f0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

evals/harbor/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

5858
If none are set, the adapter raises before writing settings.
5959

6060
Example 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

6868
Optional: `shell_timeout_ms=``shell.timeoutMs` in settings.
6969

0 commit comments

Comments
 (0)