Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserQuit = errors.New("user quit the application")
Functions ¶
func SelectModel ¶
Types ¶
type ModelSelector ¶
type ModelSelector struct {
// contains filtered or unexported fields
}
func NewModelSelector ¶
func NewModelSelector(models []string) *ModelSelector
func (*ModelSelector) Init ¶
func (m *ModelSelector) Init() tea.Cmd
func (*ModelSelector) View ¶
func (m *ModelSelector) View() string
Click to show internal directories.
Click to hide internal directories.