lmcli/pkg/cli
Matt Low b87c3ffc53 Implement lmcli view [conversation] with completions
Separate out logic to retrieve a message's "friendly" role (System,
User, Assistant)
2023-11-12 23:33:16 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Implement lmcli view [conversation] with completions 2023-11-12 23:33:16 +00:00
config.go Parameterize the openai model used 2023-11-09 06:07:52 +00:00
conversation.go Implement lmcli view [conversation] with completions 2023-11-12 23:33:16 +00:00
openai.go Parameterize the openai model used 2023-11-09 06:07:52 +00:00
store.go Implement lmcli view [conversation] with completions 2023-11-12 23:33:16 +00:00
tty.go Implement lmcli view [conversation] with completions 2023-11-12 23:33:16 +00:00
util.go Implement lmcli ls 2023-11-12 14:30:42 -07:00