lmcli/pkg/cli
Matt Low 8780856854 Set config defaults using a "default" struct tag
Add new SetStructDefaults function to handle the "defaults" struct tag.

Only works on struct fields which are pointers (in order to be able to
distinguish between not set (nil) and zero values). So, the Config
struct has been updated to use pointer fields and we now need to
dereference those pointers to use them.
2023-11-19 04:37:14 +00:00
..
cli.go Refactor Store/Config initialization 2023-11-05 17:44:16 +00:00
cmd.go Set config defaults using a "default" struct tag 2023-11-19 04:37:14 +00:00
config.go Set config defaults using a "default" struct tag 2023-11-19 04:37:14 +00:00
conversation.go Generate titles for new conversations 2023-11-13 06:39:06 +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 RenderConversation to split out common message rendering logic 2023-11-18 16:17:13 +00:00
util.go Set config defaults using a "default" struct tag 2023-11-19 04:37:14 +00:00