lmcli/pkg/cli
Matt Low c8a1e3e105 Allow message input from either args or editor on all relevant commands
Those (sub-)commands being: `new`, `reply`, and `prompt`
2023-11-20 16:50:56 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Allow message input from either args or editor on all relevant commands 2023-11-20 16:50:56 +00:00
config.go Add syntax highlighting 2023-11-19 05:00:59 +00:00
conversation.go Increase max token length for conversation title generation 2023-11-20 03:48:32 +00:00
openai.go Set config defaults using a "default" struct tag 2023-11-19 04:37:14 +00:00
store.go Implement `lmcli rm` 2023-11-13 06:56:05 +00:00
tty.go Add syntax highlighting 2023-11-19 05:00:59 +00:00
util.go Set config defaults using a "default" struct tag 2023-11-19 04:37:14 +00:00