Pulse/internal/ai/providers
rcourtman 71783f8852 fix(ai): normalize Ollama base URL to prevent 405 errors
Users sometimes enter URLs with trailing slashes or include the /api path:
- http://host:11434/  -> would become http://host:11434//api/chat
- http://host:11434/api -> would become http://host:11434/api/api/chat

Now we strip trailing slashes and /api suffix during client initialization.

Fixes #847
2025-12-15 16:51:52 +00:00
..
anthropic.go feat: Implement multi-provider AI support 2025-12-11 16:00:45 +00:00
anthropic_oauth.go feat: Implement multi-provider AI support 2025-12-11 16:00:45 +00:00
factory.go feat: Implement multi-provider AI support 2025-12-11 16:00:45 +00:00
ollama.go fix(ai): normalize Ollama base URL to prevent 405 errors 2025-12-15 16:51:52 +00:00
openai.go feat: Implement multi-provider AI support 2025-12-11 16:00:45 +00:00
provider.go feat: Implement multi-provider AI support 2025-12-11 16:00:45 +00:00