Files
agenticSeek/sources
octo-patch 29aafda41d fix: use configured port from server_address for local Ollama connections (fixes #332)
When is_local=True, the Ollama host URL previously hardcoded port 11434,
ignoring the port specified in provider_server_address in config.ini.
Users who need to run Ollama on a non-default port (e.g. because 11434
is already in use) had no way to configure this without editing source code.

Now the port is extracted from provider_server_address when present,
falling back to 11434 if only a hostname is given.
2026-04-09 10:23:19 +08:00
..
2025-05-17 22:04:07 +02:00
2025-06-01 16:47:05 +02:00
2025-05-04 19:29:31 +02:00
2025-05-17 22:04:07 +02:00
2025-04-01 18:49:37 +02:00