Versions in this module Expand all Collapse all v0 v0.1.5 Nov 25, 2023 v0.1.4 Nov 20, 2023 Changes in this version + type OpenAISummarizer struct + func NewOpenAISummarizer(apiKey, prompt, model string) *OpenAISummarizer + func (s *OpenAISummarizer) Summarize(ctx context.Context, text string) (string, error)