Skip to content

Releases: penguineer/HareAIris

v0.2.0

06 Nov 16:24
ff0bdce
Compare
Choose a tag to compare

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

31 Oct 12:39
9199f49
Compare
Choose a tag to compare

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