v3.2.3

allenai/olmocrv3.2.3Feb 6, 2025by poeti8

AI Summary

This release introduces a new configuration method that allows users to set environment variables by referencing the path to a file containing the value. This is achieved using the `<variable_name>_FILE` suffix, providing a more secure way to handle sensitive configuration data.

Key Highlights

  • Support for file-based environment variables via the `<variable_name>_FILE` pattern.
  • Reference to pull request #814 for implementation details.
  • Enhanced security for handling sensitive configuration values.

New Features

  • File-based environment variable loading capability

Full Release Notes

- Set environment variables by reading a file. Use `<variable_name>_FILE`. Read [configuration](https://github.com/thedevs-network/kutt/tree/main?tab=readme-ov-file#configuration) for more info. (pull request #814)