Releases: penguineer/HareAIris
Releases · penguineer/HareAIris
v0.2.0
Catch and handle rate-limiting responses from the OpenAI API.
What's Changed
- Introduce and throw a Rate Limit Exception on API calls in #10
- Implement rate-limiting for OpenAI API calls in #11
- Send correlation ID with error messages if available in #12
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the MVP release.
What's Changed
- Set up the project in #1
- MVP: Respond to a chat request via RabbitMQ in #2
- Refine the API and architecture in #3
- Enhance the chat request configuration in #4
- Remove message logging to avoid data leaks in #5
- Add API documentation in #7
- Properly add the LICENSE.txt file in #9
Full Changelog: v0.0.0...v0.1.0