Matt Low mlow
  • Joined on 2018-11-10
mlow pushed to main at mlow/lmcli 2024-06-23 13:01:44 -06:00
8ddac2f820 Introduce "agents"
cea5118cac Only include user and assistant messages when generating titles
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2024-06-23 12:34:38 -06:00
a43a91c6ff Update system prompt handling (again)
mlow pushed to main at mlow/lmcli 2024-06-23 10:48:20 -06:00
ba7018af11 Update config handling
mlow pushed to main at mlow/lmcli 2024-06-23 00:03:07 -06:00
f89cc7b410 Add validation to command line flags + update system prompt handling
mlow pushed to main at mlow/lmcli 2024-06-22 22:36:42 -06:00
677cfcfebf Slight cleanup to openai
11402c5534 Update to yaml.v3
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2024-06-22 19:44:54 -06:00
a1fc8a637b Include types in provider files, splitting wasn't ergonomic
94d84ba7d7 Support Anthropic's native tool calling API
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2024-06-21 12:50:57 -06:00
c50b6b154d Add TODO.md
mlow pushed to main at mlow/lmcli 2024-06-21 00:00:35 -06:00
31df055430 Always show tool calls, toggle whether results are hidden
c30e652103 Cleaned up assistant cursor handling
3fde58b77d Package restructure and API changes, several fixes
Compare 3 commits »
mlow pushed to main at mlow/lmcli 2024-06-20 17:46:56 -06:00
85a2abbbf3 Use @ as the separator between model and provider
mlow pushed to main at mlow/lmcli 2024-06-09 15:06:00 -06:00
dfe43179c0 Include token count in api.Chunk
mlow pushed to main at mlow/lmcli 2024-06-09 12:53:28 -06:00
42c3297e54 Make Conversation a pointer refernece on Message
a22119f738 Better handling of newly saved conversations
a2c860252f Refactor pkg/lmcli/provider
d2d946b776 Wrap chunk content in a Chunk type
c963747066 Store fixes
Compare 8 commits »
mlow pushed to main at mlow/lmcli 2024-06-08 15:30:01 -06:00
45df957a06 Fixes to message/conversation handling in tui chat view
136c463924 Split chat view into files
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2024-06-02 16:32:59 -06:00
2580087b4d Fixed gemini system prompt handling
mlow pushed to main at mlow/lmcli 2024-06-02 16:32:44 -06:00
1ddbba2489 Fixed gemini system prompt handling
mlow pushed to main at mlow/lmcli 2024-06-02 14:26:32 -06:00
8467a6d759 Fixed gemini system prompt handling
mlow pushed to main at mlow/lmcli 2024-06-01 13:42:33 -06:00
e1092e69ae Fixed gemini system prompt handling
mlow pushed to main at mlow/lmcli 2024-06-01 08:30:23 -06:00
60a474d516 Implement PathToRoot and PathToLeaf with one query
mlow pushed to main at mlow/lmcli 2024-05-31 19:34:12 -06:00
ea576d24a6 Add Ollama support
mlow pushed to main at mlow/lmcli 2024-05-30 13:01:43 -06:00
465b1d333e Fixed handling of long (slash separated) and short model identifiers
mlow pushed to main at mlow/lmcli 2024-05-30 12:53:38 -06:00
b29a4c8b84 Fixed regression from 3536438d