Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextAIModel ¶
type TextAIModel struct {
// contains filtered or unexported fields
}
func TextAIInputModel ¶
func TextAIInputModel(modelName string) TextAIModel
TextAIInputModel initializes the text input model
func (TextAIModel) Init ¶
func (m TextAIModel) Init() tea.Cmd
Init initializes the tea program for text input
func (TextAIModel) View ¶
func (m TextAIModel) View() string
View displays the text input and response view
Click to show internal directories.
Click to hide internal directories.