Releases: mkht/PSOpenAI
Releases Β· mkht/PSOpenAI
4.1.1
4.1.1
- Fixed issue that occurred when using
json_schema
in Windows PowerShell 5.1 (#30)
4.0.0
4.0.0
This is a major release that includes breaking changes.
- REMOVE All Azure specific function is removed.
You can use Azure OpenAI Service by -ApiType
parameter.
- Add
gpt-4o-mini
model to tab completions.
3.16.0
3.16.0
- Add
-ServiceTier
parameter to Request-ChatCompletion
.
3.15.1
3.15.1
- Fix issues about Get/Add/Remove-OpenAIFile with Azure OpenAI Service.
- Fix issue that the
New-VectorStore
with -FileId
parameter.
3.15.0
3.15.0
- Add
-ParallelToolCalls
parameter.
- Add
-ChunkingStrategy
parameter.
- Add
-MaxNumberOfFileSearchResults
parameter.
v3.14.0
3.14.0
- Fix issue on Windows PowerShell 5.1 with Azure OpenAI Service.
- Add
-WaitForRunComplete
param to Add-ThreadMessage
. (#15) (Thanks @potatoqualitee!)
3.13.0
3.13.0
- Add new utility functions for set commmon params (context)
- Improve performance of cl100k_base tokenizer
3.12.0
3.12.0
- Support for
o200k_base
tokenizer that is used in gpt-4o
.
- Add
-AsBatch
for embeddings and text completions.
- Add
incomplete
status of Run.
3.11.0
3.11.0
- Add
gpt-4o
model to tab completions.