Skip to content

Releases: mkht/PSOpenAI

4.2.0

16 Aug 04:14
Compare
Choose a tag to compare

4.2.0

  • Add support for new chatgpt-4o-latest model.

4.1.1

12 Aug 16:18
Compare
Choose a tag to compare

4.1.1

  • Fixed issue that occurred when using json_schema in Windows PowerShell 5.1 (#30)

4.1.0

11 Aug 15:50
Compare
Choose a tag to compare

4.1.0

4.0.0

19 Jul 15:51
Compare
Choose a tag to compare

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

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.