Versions in this module Expand all Collapse all v0 v0.0.2 Jul 14, 2025 Changes in this version + func Execute() error + type ChatMessage struct + Content string + Role string + type LLMService struct + APIPath string + AuthKey string + Headers map[string]string + Hostname string + Name string + Protocol string + type OllamaRequest struct + MaxTokens int + Model string + Prompt string + Stream bool + System string + Temperature float64 + TopP float64 + type OllamaResponse struct + Response string + type OpenAIRequest struct + MaxTokens int + Messages []ChatMessage + Model string + Stream bool + Temperature float64 + TopP float64 + type OpenAIResponse struct + Choices []struct{ ... }