All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Return OpenAi chat in stream.
- The
chat
command is now interactive, and the newask
command allows us to execute independent queries, just like we did before. [#30]#30 - Rename 'experiments' directory to 'examples'.
- Moved The OpenAI functionality to a chat Jambots::Clients::OpenAIClient. #12
- Update application entry point to use Jambots::Bot class instead of ChatController class.
- Remove Renderers and ChatController and NewController.
- Add Yard Documentation.
- Handle OpenAI errors #6.
- Add directory for experiments and examples, and add example "Bot with option references for Ruby development" #10.
- Add no_pretty renderer option to chat command #9.
- Fix Readme.
- Remove unnecessary files.
- Initial release.