mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-11 16:51:00 +00:00
799 B
799 B
Changelog
0.3 (2023-05-17)
llm logscommand for browsing logs of previously executed completions. #3llm "Python code to output factorial 10" --codeoption which sets a system prompt designed to encourage code to be output without any additional explanatory text. #5- Tool can now accept a prompt piped directly to standard input. #11
0.2 (2023-04-01)
- If a SQLite database exists in
~/.llm/log.dball prompts and responses are logged to that file. Thellm init-dbcommand can be used to create this file. #2
0.1 (2023-04-01)
- Initial prototype release. #1