# PowerShell Azure OpenAI (PSAOAI) - release notes All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] ### Added - Logfolder parameter to Completion - [#3](https://github.com/voytas75/AzureOpenAI-PowerShell/issues/3) ## [0.1.0] ### Added - Posiotional parameters - [#1](https://github.com/voytas75/AzureOpenAI-PowerShell/issues/1) - Error handling: [#2](https://github.com/voytas75/AzureOpenAI-PowerShell/issues/2) ### Fix - Passing temperature, topp, and mode parameters ## [0.0.2] - 2024.04.17 ### Added - Function to retrieve the API versions from the Azure OpenAI GitHub repository. - Function to clear the Azure OpenAI API environment variables. ### Changed - Modified API key handling with security. - Make functions as stand-alone files. ### Fix - Secure API KEY. ## [0.0.1] - 2024.04.07 ### Added - Initiated the module for the first time.