Eric Traut and GitHub
4b9d5c8c1b
Add openai_base_url config override for built-in provider ( #12031 )
...
We regularly get bug reports from users who mistakenly have the
`OPENAI_BASE_URL` environment variable set. This PR deprecates this
environment variable in favor of a top-level config key
`openai_base_url` that is used for the same purpose. By making it a
config key, it will be more visible to users. It will also participate
in all of the infrastructure we've added for layered and managed
configs.
Summary
- introduce the `openai_base_url` top-level config key, update
schema/tests, and route the built-in openai provider through it while
- fall back to deprecated `OPENAI_BASE_URL` env var but warn user of
deprecation when no `openai_base_url` config key is present
- update CLI, SDK, and TUI code to prefer the new config path (with a
deprecated env-var fallback) and document the SDK behavior change
2026-03-13 20:12:25 -06:00
..
2026-03-11 12:33:10 -07:00
2026-02-20 23:45:35 -08:00
2026-03-11 12:33:09 -07:00
2026-03-11 12:33:09 -07:00
2026-03-04 04:40:22 +00:00
2026-03-12 23:51:03 -07:00
2026-02-18 09:27:04 -08:00
2026-03-13 20:12:25 -06:00
2026-03-11 12:33:10 -07:00
2026-03-13 20:12:25 -06:00
2026-03-13 13:30:19 -07:00
2026-02-20 23:45:35 -08:00
2026-03-13 15:27:00 -07:00
2026-03-13 15:27:00 -07:00
2026-03-11 20:18:31 -07:00
2026-03-13 20:12:25 -06:00
2026-03-13 15:27:00 -07:00
2026-03-04 04:40:22 +00:00
2026-03-13 10:13:39 -07:00
2026-03-11 20:18:31 -07:00
2025-11-21 22:10:52 +00:00
2026-03-04 04:40:22 +00:00
2026-03-13 15:51:19 -07:00
2026-03-02 20:29:33 -08:00
2026-03-11 12:33:08 -07:00
2026-03-11 14:44:44 -07:00
2026-03-02 20:29:33 -08:00
2025-11-13 17:12:10 -08:00
2025-12-23 19:29:32 -08:00
2026-03-02 20:29:33 -08:00
2026-03-07 03:48:36 -08:00
2026-03-13 15:51:19 -07:00
2026-02-25 15:20:46 -08:00
2026-03-13 15:27:00 -07:00
2026-03-13 15:27:00 -07:00
2026-03-13 15:27:00 -07:00
2026-03-12 16:03:50 -07:00
2026-03-02 20:29:33 -08:00
2026-03-08 19:06:30 -07:00
2026-03-13 15:27:00 -07:00
2026-02-20 23:45:35 -08:00
2026-03-13 15:27:00 -07:00
2026-03-02 11:57:32 +00:00
2026-03-13 15:27:00 -07:00
2026-03-13 14:50:16 -07:00
2026-03-13 15:27:00 -07:00
2026-02-20 23:45:35 -08:00
2025-11-13 17:12:10 -08:00
2026-03-09 22:30:03 -07:00
2026-03-13 20:12:25 -06:00
2026-03-04 04:40:22 +00:00
2026-03-12 21:13:17 -07:00
2026-03-12 21:13:17 -07:00
2026-03-04 04:40:22 +00:00
2026-03-11 20:18:31 -07:00
2026-03-13 15:27:00 -07:00
2026-03-13 15:27:00 -07:00
2026-03-12 16:03:50 -07:00
2026-03-07 03:48:36 -08:00
2026-03-02 20:29:33 -08:00
2026-03-13 14:50:16 -07:00
2026-02-20 23:45:35 -08:00
2026-03-09 19:09:56 +00:00
2026-03-08 13:37:41 -07:00
2026-03-04 04:40:22 +00:00
2026-03-12 16:38:04 -07:00
2026-03-02 20:29:33 -08:00
2026-03-12 16:03:50 -07:00
2026-03-04 04:40:22 +00:00
2026-02-20 23:45:35 -08:00
2026-03-09 22:34:44 -07:00
2026-03-11 12:33:10 -07:00
2025-11-20 11:04:11 -08:00
2026-03-04 04:40:22 +00:00
2026-03-02 20:29:33 -08:00
2026-03-04 04:40:22 +00:00
2026-03-02 20:29:33 -08:00
2026-03-11 12:33:09 -07:00
2026-03-04 04:40:22 +00:00
2026-03-13 15:27:00 -07:00
2026-03-11 20:18:31 -07:00
2026-02-27 16:05:44 +01:00
2026-03-07 02:30:21 +00:00
2026-03-12 16:03:50 -07:00
2026-03-07 00:50:50 +00:00
2026-03-04 04:40:22 +00:00