steve 74b3c53f36 feat(v2): add OllamaCloud() constructor for Ollama Cloud
Ollama Cloud (https://ollama.com) requires a Bearer-token API key and
exposes the same /api/chat surface as local Ollama. OllamaCloud(apiKey)
returns a client preconfigured for the cloud endpoint; Ollama() remains
the local-instance constructor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-01 18:30:20 +00:00
S
Description
Abstraction layer interface for various similar LLM services
659 KiB
Languages
Go 100%