lmcli is a (Large) Language Model CLI
Go to file
Matt Low 40a692f674 Move store to $XDG_DATA_HOME/lmcli
Default to ~/.local/share/lmcli
2023-11-04 18:48:59 +00:00
.gitignore Update .gitignore 2023-11-02 18:59:12 -06:00
go.mod Add initial store.go for conversation/message persistence 2023-11-04 18:47:33 +00:00
go.sum Add initial store.go for conversation/message persistence 2023-11-04 18:47:33 +00:00
main.go Add initial store.go for conversation/message persistence 2023-11-04 18:47:33 +00:00
openai.go Increase MaxTokens to 256 on OpenAI requests 2023-10-30 22:23:27 +00:00
store.go Move store to $XDG_DATA_HOME/lmcli 2023-11-04 18:48:59 +00:00
util.go Initial prototype 2023-10-30 21:23:07 +00:00