lmcli/pkg/cli
Matt Low ed6ee9bea9 Add *Message[] parameter to CreateChatCompletion methods
Allows replies (tool calls, user-facing messges) to be added in sequence
as CreateChatCompleion* recurses into itself.

Cleaned up cmd.go: no longer need to create a Message based on the
string content response.
2023-11-29 04:43:53 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Add *Message[] parameter to CreateChatCompletion methods 2023-11-29 04:43:53 +00:00
config.go Add --system-prompt and --system-prompt-file flags 2023-11-22 04:45:06 +00:00
conversation.go Add *Message[] parameter to CreateChatCompletion methods 2023-11-29 04:43:53 +00:00
functions.go Add initial support for tool/function calling 2023-11-27 05:26:20 +00:00
openai.go Add *Message[] parameter to CreateChatCompletion methods 2023-11-29 04:43:53 +00:00
store.go Add *Message[] parameter to CreateChatCompletion methods 2023-11-29 04:43:53 +00:00
tty.go Refactor streamed response handling 2023-11-24 03:45:43 +00:00
util.go Add --system-prompt and --system-prompt-file flags 2023-11-22 04:45:06 +00:00