llm/docs/changelog.md
Simon Willison 800659b0c0 Mave changelog into docs
Refs #28
2023-06-16 09:06:30 +01:00

799 B

Changelog

0.3 (2023-05-17)

  • llm logs command for browsing logs of previously executed completions. #3
  • llm "Python code to output factorial 10" --code option 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.db all prompts and responses are logged to that file. The llm init-db command can be used to create this file. #2

0.1 (2023-04-01)

  • Initial prototype release. #1