Skip to content

Releases: mkht/PSOpenAI

3.16.0

07 Jul 12:19
Compare
Choose a tag to compare

3.16.0

  • Add -ServiceTier parameter to Request-ChatCompletion.

3.15.1

19 Jun 13:59
Compare
Choose a tag to compare

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

14 Jun 14:21
Compare
Choose a tag to compare

3.15.0

  • Add -ParallelToolCalls parameter.
  • Add -ChunkingStrategy parameter.
  • Add -MaxNumberOfFileSearchResults parameter.

v3.14.0

26 May 05:52
Compare
Choose a tag to compare

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

24 May 09:53
Compare
Choose a tag to compare

3.13.0

3.12.0

14 May 15:44
Compare
Choose a tag to compare

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

13 May 17:48
Compare
Choose a tag to compare

3.11.0

  • Add gpt-4o model to tab completions.

3.10.0

11 May 06:31
Compare
Choose a tag to compare

3.10.0

  • Add -Images parameter to Add-ThreadMessage.
    This makes that the image input can be used in Assistants.
  • Fix issues about relative file path input.
  • Rename Register-OpenAIFile to Add-OpenAIFile.
    (Note: You can still use Register-OpenAIFile as an alias. However, in the future release, the alias will be removed.)

3.9.1

02 May 15:08
Compare
Choose a tag to compare

3.9.1

  • Fix issue that the Start-ThreadRun would throw an authentication error in some situations. (#11) (Thanks @potatoqualitee!)
  • Fix issue that the Start-ThreadRun with -Stream doesn't work on Windows PowerShell 5.1
  • Improve documents.

3.9.0

02 May 13:59
Compare
Choose a tag to compare

3.9.0

  • Add new Remove-ThreadMessage function.
  • Add "required" as an option for -ToolChoice
  • Improve documents.