lmcli/pkg/cmd
Matt Low 91d3c9c2e1 Update ChatCompletionClient
Instead of CreateChatCompletion* accepting a pointer to a slice of reply
messages, it accepts a callback which is called with each successive
reply the conversation.

This gives the caller more flexibility in how it handles replies (e.g.
it can react to them immediately now, instead of waiting for the entire
call to finish)
2024-03-12 20:39:34 +00:00
..
util Update ChatCompletionClient 2024-03-12 20:39:34 +00:00
clone.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
cmd.go Moved flag 2024-03-12 08:03:04 +00:00
continue.go Update ChatCompletionClient 2024-03-12 20:39:34 +00:00
edit.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
list.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
new.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
prompt.go Update ChatCompletionClient 2024-03-12 20:39:34 +00:00
remove.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
rename.go Moved flag 2024-03-12 08:03:04 +00:00
reply.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
retry.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
view.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00