lmcli/pkg/cli
Matt Low 9c9b8fa412 Refactor Store/Config initialization
Renamed initialize functions from `Initialize*` to `New*`, return an
error from them instead of using Fatal.
2023-11-05 17:44:16 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Pull message rendering into its own method 2023-11-05 08:50:07 +00:00
config.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
openai.go Treat the system message like any other 2023-11-05 07:55:07 +00:00
store.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
tty.go Pull message rendering into its own method 2023-11-05 08:50:07 +00:00
util.go Trim content before returning InputFromEditor 2023-11-05 07:22:45 +00:00