Releases: Lifailon/openrouter-bot
Releases · Lifailon/openrouter-bot
0.5.0
Full Changelog: 0.4.0...0.5.0
- Added
/set_modelcommand to change the model. - Added
/get_modelscommand 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
.envfile) for installing the bot in a Kubernetes cluster.
0.4.0
- Adds
Markdownformatting 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
amd64andarm64architectures, reduced the size of the final image to 9.1 MB).