All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- OpenAI API key can now be securely provided by an external program using the
api_key_cmd
configuration option. The value assigned toapi_key_cmd
must be a string and is executed as is during startup. The value as stdout by the executed command is used as the API key.