Skip to content

v0.1.0 - Initial Release w/ Chat & Util Modules

Compare
Choose a tag to compare
@DougHaber DougHaber released this 01 Jan 15:22
· 57 commits to master since this release

This is the initial release of the open source version of Lair. Two modules are included: chat & util:

  • chat: Command line chat interface

    • Rich interface w/ auto-complete, commands, shortcuts, etc
    • File based session management
    • Support for image file attachments
    • Markdown rendering & syntax highlighting
  • util: Unix-style utility for scripting or one-off LLM usage

    • Simple I/O for sending content via file or pipes to LLMs
    • Support for image file attachments

See the README.md for installation notes and examples.