Documentation ¶ Index ¶ type BeyAvatar func NewBeyAvatar(apiKey string) *BeyAvatar func (a *BeyAvatar) Start(ctx context.Context) error type BeyLLM func NewBeyLLM(apiKey string, model string) *BeyLLM func (l *BeyLLM) Chat(ctx context.Context, chatCtx *llm.ChatContext, opts ...llm.ChatOption) (llm.LLMStream, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BeyAvatar ¶ type BeyAvatar struct { // contains filtered or unexported fields } func NewBeyAvatar ¶ func NewBeyAvatar(apiKey string) *BeyAvatar func (*BeyAvatar) Start ¶ func (a *BeyAvatar) Start(ctx context.Context) error type BeyLLM ¶ type BeyLLM struct { // contains filtered or unexported fields } func NewBeyLLM ¶ func NewBeyLLM(apiKey string, model string) *BeyLLM func (*BeyLLM) Chat ¶ func (l *BeyLLM) Chat(ctx context.Context, chatCtx *llm.ChatContext, opts ...llm.ChatOption) (llm.LLMStream, error) Source Files ¶ View all Source files avatar.gollm.go Click to show internal directories. Click to hide internal directories.