Versions in this module Expand all Collapse all v0 v0.1.0 Apr 3, 2026 Changes in this version + var BuiltinProviders = []ProviderInfo + func SaveGlobalSettings(path string, fields map[string]string) error + type Model struct + func New(configDir string) Model + func (m Model) GetResult() (Result, error) + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type ProviderInfo struct + BaseURL string + Description string + EnvKey string + ID string + Models []string + Name string + type Result struct + APIKey string + BaseURL string + Model string + Provider string + type SetupStep int + const StepAPIKey + const StepBaseURL + const StepConfirm + const StepDone + const StepModel + const StepProvider