Yossi Eliaz
045d956111
fix(ollama): resolve per-provider baseUrl in createStreamFn
...
The createStreamFn callback hardcoded config.models.providers.ollama.baseUrl,
ignoring the actual provider ID from the context. When multiple Ollama providers
are configured on different ports (e.g. ollama on 11434, ollama2 on 11435), all
requests routed to the first provider's port.
Export resolveConfiguredOllamaProviderConfig from stream.ts and use it with the
ctx.provider parameter to dynamically look up the correct baseUrl per provider.
Closes #61678
2026-04-06 20:28:07 +09:00
..
2026-04-05 21:33:04 +01:00
2026-04-05 23:07:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 01:41:24 +01:00
2026-04-05 22:50:39 -07:00
2026-04-05 21:33:04 +01:00
2026-04-06 05:08:20 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 03:38:28 +01:00
2026-04-05 22:06:56 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 02:03:14 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-04 19:55:04 +09:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 05:38:25 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 00:12:47 +01:00
2026-04-06 01:46:25 +01:00
2026-04-05 22:58:29 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 01:47:14 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 03:53:32 +01:00
2026-04-06 03:38:28 +01:00
2026-04-06 01:38:15 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 03:01:43 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 03:52:24 +02:00
2026-04-06 00:42:22 -04:00
2026-04-06 12:12:53 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 12:26:45 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 05:38:25 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 04:17:52 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 20:28:07 +09:00
2026-04-05 21:33:04 +01:00
2026-04-06 05:04:29 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-03-30 16:17:17 +02:00
2026-04-05 23:21:56 +01:00
2026-04-06 04:46:28 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 23:47:10 +01:00
2026-04-06 00:50:32 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-03 16:39:47 +01:00
2026-04-06 03:38:28 +01:00
2026-04-06 07:32:12 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 00:15:38 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 07:53:57 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 05:49:04 +01:00
2026-04-05 11:45:09 +01:00
2026-04-06 03:01:43 +01:00
2026-04-05 22:06:56 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 03:53:32 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 00:15:38 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 02:21:51 +01:00
2026-04-06 05:08:20 +01:00
2026-04-05 23:07:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-05 21:33:04 +01:00
2026-04-06 12:12:53 +01:00
2026-04-06 03:01:43 +01:00
2026-03-12 23:03:19 +00:00
2026-04-04 14:13:46 +09:00
2026-03-28 20:22:03 -04:00
2026-04-06 01:47:14 +01:00
2026-04-06 02:21:51 +01:00