Teknium
79b2694b9a
fix: _allow_private_urls name collision + stale OPENAI_BASE_URL test ( #4217 )
...
1. browser_tool.py: _allow_private_urls() used 'global _allow_private_urls'
then assigned a bool to it, replacing the function in the module namespace.
After first call, subsequent calls hit TypeError: 'bool' object is not
callable. Renamed cache variable to _cached_allow_private_urls.
2. test_provider_parity.py: test_custom_endpoint_when_no_nous relied on
OPENAI_BASE_URL env var (removed in config refactor). Mock
_resolve_custom_runtime directly instead.
2026-03-31 03:16:40 -07:00
..
2026-03-17 00:16:34 -07:00
2026-03-30 02:45:41 -07:00
2026-03-17 02:33:12 -07:00
2026-03-24 08:19:23 -07:00
2026-03-23 07:43:12 -07:00
2026-03-30 00:02:02 -07:00
2026-03-30 13:18:42 -07:00
2026-03-31 03:16:40 -07:00
2026-03-25 19:47:58 -07:00
2026-03-25 15:02:03 -07:00
2026-03-24 08:19:34 -07:00
2026-03-30 02:45:41 -07:00
2026-03-29 21:29:13 -07:00
2026-02-21 03:53:24 -08:00
2026-03-29 18:21:36 -07:00
2026-03-24 08:19:34 -07:00
2026-03-29 18:02:11 -07:00
2026-03-29 22:33:47 -07:00
2026-03-25 19:47:58 -07:00
2026-03-15 20:21:21 -07:00
2026-03-29 15:55:05 -07:00
2026-03-25 15:02:03 -07:00
2026-02-23 02:11:33 -08:00
2026-03-25 19:47:58 -07:00
2026-03-29 15:52:54 -07:00
2026-03-28 14:55:18 -07:00
2026-03-27 15:28:19 -07:00
2026-03-18 02:55:30 -07:00
2026-03-11 20:02:36 -07:00
2026-03-26 19:38:04 -07:00
2026-03-25 15:02:03 -07:00
2026-03-29 15:52:54 -07:00
2026-03-25 19:47:58 -07:00
2026-03-29 21:29:13 -07:00
2026-03-27 21:27:51 -07:00
2026-03-29 20:08:22 -07:00
2026-03-27 15:28:19 -07:00
2026-03-30 17:34:43 -07:00
2026-03-25 15:54:28 -07:00
2026-03-29 00:33:30 -07:00
2026-03-29 15:15:17 -07:00
2026-03-25 19:47:58 -07:00
2026-03-15 20:21:21 -07:00
2026-03-29 21:27:03 -07:00
2026-03-29 15:15:17 -07:00
2026-03-23 15:40:42 -07:00
2026-03-30 02:59:39 -07:00
2026-03-25 15:02:03 -07:00
2026-03-30 13:37:25 -07:00
2026-03-25 15:54:28 -07:00