Releases: mkht/PSOpenAI
Releases · mkht/PSOpenAI
4.11.0
4.10.0
4.10.0
- Add
-Prediction
param forRequest-ChatCompletion
.
ref: Use Predicted Outputs
4.9.1
4.9.1
-
Add a support for audio input / output in
Request-ChatCompletion
.Request-ChatCompletion -Model gpt-4o-audio-preview ` -Modalities text, audio ` -Voice 'shimmer' ` -InputAudio 'C:\hello.mp3' ` -AudioOutFile 'C:\response.mp3'
-
Fix an issue with incorrect discontinuance date for the gpt4-32k model.
4.8.0
4.8.0
- Add an experimental support for Realtime API.
This enables real-time conversations with the AI assitstant. Please refer to this guide.
Guide: How to use Realtime API - Update default api version of Azure OpenAI Service to
2024-10-01-preview
- Outputs Run and RunStep error messages as warnings.
- Fix an issue where some request URIs contains duplicate slashes.
4.6.0
4.5.0
4.4.1
4.4.0
4.4.0
- Add
o1-preview
ando1-mini
models to tab completions. - Add
-MaxCompletionTokens
parameter forRequest-ChatCompletion
.
The-MaxTokens
parameter is now deprecated. gpt-3.5-turbo-0613
andgpt-3.5-turbo-16k-0613
is deprecated on 2024-09-13.
You can still call these models, but it is removed from model name completion.
4.3.0
4.3.0
- Add
-Include
param forGet-ThreadRunStep
. - Add
-RankerForFileSearch
and-ScoreThresholdForFileSearch
params forNew-Assistant
. - Add
-PollIntervalSec
param forWait-*
functions. - Update default api version of Azure OpenAI Service to
2024-07-01-preview
- Fix misc bugs related to Azure OpenAI Service.