Matt Low mlow
  • Joined on 2018-11-10
mlow pushed to main at mlow/lmcli 2023-12-05 22:50:23 -07:00
59e78669c8 Fix CreateChatCompletion
1966ec881b Make lmcli rm allow removing multiple conversations
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2023-11-29 08:37:48 -07:00
f6ded3e20e Update README
mlow pushed to main at mlow/lmcli 2023-11-29 08:32:21 -07:00
1e8ff60c54 Add lmcli rename to rename conversations
af2fccd4ee Fix README errors
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2023-11-29 08:29:16 -07:00
71928498b0 Add lmcli rename to rename conversations
mlow pushed to main at mlow/lmcli 2023-11-29 08:28:19 -07:00
f1131b24e8 Fix README errors
mlow pushed to main at mlow/lmcli 2023-11-28 22:56:53 -07:00
f206334e72 Use MessageRole constants elsewhere
mlow pushed to main at mlow/lmcli 2023-11-28 22:53:38 -07:00
5615051637 Improve config handling
mlow pushed to main at mlow/lmcli 2023-11-28 22:44:04 -07:00
c46500de4e Update README.md features
mlow pushed to main at mlow/lmcli 2023-11-28 22:38:37 -07:00
d5dde10dbf Add tools section to README.md
mlow pushed to main at mlow/lmcli 2023-11-28 22:28:10 -07:00
d32e9421fe Add openai.enabledTools config key
e29dbaf2a3 Code deduplication
c64bc370f4 Don't include system message when generating conversation title
4f37ed046b Delete 'retried' messages in lmcli retry
ed6ee9bea9 Add *Message[] parameter to CreateChatCompletion methods
Compare 6 commits »
mlow pushed to tools at mlow/lmcli 2023-11-26 22:25:53 -07:00
e850c340b7 Add initial support for tool/function calling
mlow pushed to tools at mlow/lmcli 2023-11-26 22:21:46 -07:00
3859084fd8 Refine tool descriptions
a805c92131 Update file_insert_lines
3b20e00330 Removed file_remove_lines in favor of a generalized file_replace_lines
8e262c4839 Replace modify_file with individual functions
d1c11b41d8 Lift tool description out to constant to reduce clutter
Compare 15 commits »
mlow pushed to main at mlow/lmcli 2023-11-26 22:21:26 -07:00
1e63c09907 Update prompt used to generate conversation title
mlow pushed to tools at mlow/lmcli 2023-11-26 03:50:26 -07:00
6f9b79afa1 Add modify_file tool
mlow pushed to tools at mlow/lmcli 2023-11-26 03:44:50 -07:00
42f7b7aa29 Adjust read_file so it returns line numbers
9976c59f58 Small fixes
4b85b005dd Add read_file and write_file tools
59487d5721 Adjust read_dir description and return value
1fc0af56df Only allow read_dir (and other file access) within current working dir
Compare 7 commits »
mlow created branch tools in mlow/lmcli 2023-11-26 03:44:50 -07:00
mlow pushed to main at mlow/lmcli 2023-11-25 13:38:55 -07:00
2f3d95356a Be explicit with openai response choices limit (n parameter)
137c568129 Minor cleanup
Compare 2 commits »
mlow pushed to main at mlow/lmcli 2023-11-24 08:18:48 -07:00
c02b21ca37 Refactor the last refactor :)
mlow pushed to main at mlow/lmcli 2023-11-23 20:49:04 -07:00
6249fbc8f8 Refactor streamed response handling
mlow pushed to main at mlow/lmcli 2023-11-23 10:44:41 -07:00
303c4193cb Update README.md