Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2023 Changes in this version + type LLM struct + func New(dailTarget string, ctr container.Container) *LLM + func (r *LLM) Call(ctx context.Context, prompt string, options ...llm.CallOption) (string, error) + func (r *LLM) Generate(ctx context.Context, prompts []string, options ...llm.CallOption) (*llm.AIResponse, error)