Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 792 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 792 Bytes

Changelog

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.

[Unreleased]

Added

  • OpenAI API key can now be securely provided by an external program using the api_key_cmd configuration option. The value assigned to api_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.

v0.1.0-alpha - 2022-12-30

Full Changelog