From 7c22444417f1444d3bd4027610559a4acd10e141 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 3 Apr 2023 11:40:09 +0200 Subject: [PATCH] Release notes --- WhisperPS/WhisperPS.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WhisperPS/WhisperPS.psd1 b/WhisperPS/WhisperPS.psd1 index 981b0a7..134c761 100644 --- a/WhisperPS/WhisperPS.psd1 +++ b/WhisperPS/WhisperPS.psd1 @@ -125,8 +125,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' - + ReleaseNotes = 'When loading models, adapters can be selected with 0-based index, in addition to the name. +Added an API method to decode initial prompt into array of tokens.' } # End of PSData hashtable } # End of PrivateData hashtable