Skip to content

Releases: Lifailon/openrouter-bot

0.5.0

21 Aug 08:30

Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

  • Added /set_model command to change the model.
  • Added /get_models command to get a list of all available free models.
  • Added a response message about request processing (download status) when sending messages to the bot.
  • Added sending an error message when processing a request.
  • Added parameters to the env example for settings the model.
  • Updated all packages and Go version to 1.25.0.
  • Added application build and publication to Docker Hub via Actions.
  • Added a simple helm chart (parameterized .env file) for installing the bot in a Kubernetes cluster.

0.4.0

02 Jul 08:09

Choose a tag to compare

  • Adds Markdown formatting to bot responses and removed unused code.
  • Optimizes the process of launching in a container (no need to copy the source repository to the host machine, fixed the bug of missing configuration file, eliminated storing variables in the image, added support for amd64 and arm64 architectures, reduced the size of the final image to 9.1 MB).