ai

package
v0.0.0-...-cbcdca7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AICmd = &cobra.Command{
	Use:   "ai",
	Short: "AI chatbot commands",
	Long:  "Local AI chatbot using Ollama, Llama.cpp, or GPT4All",
}

Functions

This section is empty.

Types

type Message

type Message struct {
	Role    string // "user", "assistant", "system"
	Content string
}

type Provider

type Provider interface {
	Name() string

	Model() string

	Configure(cfg *config.Config) error

	Send(messages []Message) (string, error)

	IsLocal() bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL