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, model string, stream bool, c container.Container, ...) *LLM + func (l *LLM) Call(ctx context.Context, prompt string, options ...llm.CallOption) (string, error) + func (l *LLM) Generate(ctx context.Context, prompts []string, options ...llm.CallOption) (*llm.AIResponse, error)