wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-13 08:30:54 -05:00
parent 0caf25adee
commit d7d5fc39fb
4 changed files with 5 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ import (
)
type Config struct {
Theme string `toml:"Theme"`
Provider string `toml:"Provider"`
Model string `toml:"Model"`
Theme string `toml:"theme"`
Provider string `toml:"provider"`
Model string `toml:"model"`
}
// NewConfig creates a new Config instance with default values.