Initilaize1

This commit is contained in:
NEO 2025-04-15 22:32:02 +08:00
parent 126b128db2
commit 2e9b774214

View File

@ -48,6 +48,7 @@ func NewApp(apiKey string) (*Model, error) {
// Initialize text ti
ti := textinput.New()
ti.VirtualCursor = false
ti.Placeholder = "Send a message..."
ti.Prompt = "> "
ti.Focus()