Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 3.04 KB

changelog.md

File metadata and controls

94 lines (54 loc) · 3.04 KB

v0.3.0

  • Fix multi line description transpiled to Json
  • Check if result is null from function calling. Set a default value so the operation continues, and the model has more info
  • Added PwshSpectreConsole for console visuals

v0.2.14

  • Thanks again to Axel
    • Updated parameter type translation to support more data types for function calling

v0.2.13

  • Huge thanks to Axel
    • handles more data type translations
    • handles function transpilation not created in PowerShell
    • and more!

v0.2.12

  • Added AI YouTube components - 'Invoke-YouTubeAssistant', 'Get-YouTubeTop10' and 'New-YouTubeTool'

v0.2.11

v0.2.10

  • Added o1-* models

v0.2.9

  • Added strict parameter for function calling

v0.2.8

  • For users on an older version of PowerShell
    • Don't use the ternary operator or parallel processing

v0.2.7

  • Added new OpenAI model

v0.2.6

  • Added Invoke-AIPrompt - Uses persona and system messages
  • Added Update-TypeData to extend System.String and System.Array

v0.2.5

  • Fix $model to 'gpt-4o-mini'

v0.2.4

  • Update default model to 'gpt-4o-mini' in Invoke-OAIChat.ps1, Invoke-OAIChatCompletion.ps1, and New-OAIAssistant.ps1

v0.2.3

  • Add model GPT-4o mini. Most advanced model in the small models category, and cheapest model yet.

v0.2.2

  • Remove unused Show-OAILocalPlayground.tests.ps1 file
  • Add Show-OAIBilling function to open OpenAI platform billing
  • Update Invoke-OAIChatCompletion.ps1 to handle JSON response
  • Update dumpJson with -Depth parameter to control the depth of the JSON output

v0.2.1

  • Updated New-OAIThread to support the the correct payload for the provider
  • Updated Invoke-OAIChatCompletion to support Azure OpenAI

v0.2.0

In the latest update to the PSAI module, several new features and enhancements were introduced. This supports the OpenAI V2 capabilities.

New functions include Add-OAIVectorStore, Enable-AIShortCutKey, Enable-OAIFileSearchTool, and various Get-, New-, Remove-, Show-, Stop-, and Update- commands focusing on vector stores, chat functionalities, and file operations.

Enhancements were made to existing commands like Get-AzOAISecrets, Get-OAIAssistant, Invoke-OAIChat, and others to improve functionality and performance.

These updates expand the module's capabilities in managing vector stores, enhancing chat interactions, and integrating with OpenAI and Azure services.

v0.1.2

v0.1.1

  • Fix Invoke-OAIChat to handle the userInput and Instructions correctly

v0.1.0

  • Initial release