lmcli/pkg/cli
Matt Low 02a23b9035 Add clone command
Used RunE instead of Run, make adjustments to rootCmd so that we control
how error messages are printed (in main())
2024-01-03 17:26:57 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Add clone command 2024-01-03 17:26:57 +00:00
config.go Add edit command 2024-01-02 04:31:21 +00:00
conversation.go Add edit command 2024-01-02 04:31:21 +00:00
functions.go Add initial support for tool/function calling 2023-11-27 05:26:20 +00:00
openai.go Fix CreateChatCompletion 2023-12-06 05:51:14 +00:00
store.go Add edit command 2024-01-02 04:31:21 +00:00
tty.go Add edit command 2024-01-02 04:31:21 +00:00
util.go Add edit command 2024-01-02 04:31:21 +00:00