PowerShellAI
0.9.3
The PowerShell AI module integrates with the OpenAI API and let's you easily access the GPT models for text completion, image generation and more.
Installation Options
Author(s)
Douglas Finke
Copyright
c 2023 All rights reserved.
Package Details
Owners
Tags
Functions
Get-OpenAIEdit Get-OpenAIEditsUri Get-OpenAIEmbeddings Get-OpenAIEmbeddingsUri ai ConvertTo-JsonL ConvertFrom-GPTMarkdownTable copilot Disable-AIShortCutKey Disable-ChatPersistence Enable-AIShortCutKey Enable-ChatPersistence Get-ChatPersistence Get-CompletionFromMessages Get-DalleImage Get-GPT3Completion Get-GPT4Completion Get-GPT4Response Get-OpenAIBaseRestUri Get-OpenAIChatCompletionUri Get-OpenAICompletionsUri Get-OpenAIImagesGenerationsUri Get-OpenAIKey Get-OpenAIModel Get-OpenAIModelsUri Get-OpenAIModeration Get-OpenAIModerationsUri New-SpreadSheet Add-ChatMessage Clear-ChatMessages Export-ChatSession Get-ChatMessages Get-ChatPayload Get-ChatSession Get-ChatSessionContent Get-ChatSessionFile Get-ChatSessionOptions Get-ChatSessionPath Get-ChatSessionTimeStamp New-Chat New-ChatAssistantMessage New-ChatMessage New-ChatMessageTemplate New-ChatSystemMessage New-ChatUserMessage Reset-ChatSessionOptions Reset-ChatSessionPath Reset-ChatSessionTimeStamp Set-ChatSessionOption Set-ChatSessionPath Stop-Chat Test-ChatInProgress Get-ChatAPIProvider Get-ChatAzureOpenAIURI Get-AzureOpenAIOptions Reset-AzureOpenAIOptions Set-AzureOpenAI Set-ChatAPIProvider Set-AzureOpenAIOptions Get-OpenAIUsage Get-OpenAIUser Invoke-AIErrorHelper Invoke-AIExplain Invoke-AIFunctionBuilder Invoke-OpenAIAPI Set-DalleImageAsWallpaper Set-OpenAIKey Test-AzureOpenAIKey NBCopilot New-NBCell git? gh?
Dependencies
-
- PowerShellAI.Functions (>= 0.1.0)
FileList
- PowerShellAI.nuspec
- changelog.md
- media\invoke-functionbuilder.mp4
- Private\Get-LocalOpenAIKey.ps1
- Public\Disable-ChatPersistence.ps1
- Public\Get-OpenAIBaseRestURI.ps1
- Public\Get-OpenAIKey.ps1
- Public\Invoke-AIExplain.ps1
- Public\Set-OpenAIKey.ps1
- __tests__\Get-ChatPersistence.tests.ps1
- __tests__\Invoke-AIFunctionBuilder.tests.ps1
- __tests__\TestFunctionExists.tests.ps1
- Examples\Azure OpenAI\ConnectToAzureInstance-2.ps1
- LICENSE.txt
- media\NBCopilot.png
- Private\Invoke-RestMethodWithProgress.ps1
- Public\Enable-AIShortCutKey.ps1
- Public\Get-OpenAIChatCompletionUri.ps1
- Public\Get-OpenAIModel.ps1
- Public\Invoke-AIFunctionBuilder.ps1
- Public\Test-AzureOpenAIKey.ps1
- __tests__\Get-ChatSessionOptions.tests.ps1
- __tests__\Invoke-RestMethodWithProgress.tests.ps1
- CommunityContributions\01-GettingStarted\GettingStarted.ipynb
- Examples\Excel\New-Spreadsheet.ps1
- media\NewSpreadsheet.png
- Private\Test-OpenAIKey.ps1
- Public\Enable-ChatPersistence.ps1
- Public\Get-OpenAICompletionsURI.ps1
- Public\Get-OpenAIModelsURI.ps1
- Public\Invoke-OpenAIAPI.ps1
- __tests__\ChatMessage.tests.ps1
- __tests__\Get-CompletionFromMessages.tests.ps1
- __tests__\NotebookCopilot.tests.ps1
- CommunityContributions\02-GitAndGPT\Git-Examples.ipynb
- Examples\Invoke-ExcelTemplate\01-Top-Ten-Cats.ps1
- PowerShellAI.psd1
- media\write-codeblock.mp4
- Private\Write-Codeblock.ps1
- Public\Get-ChatPersistence.ps1
- Public\Get-OpenAIEdit.ps1
- Public\Get-OpenAIModeration.ps1
- Public\New-Spreadsheet.ps1
- __tests__\ConvertFrom-GPTMarkdownTable.tests.ps1
- __tests__\Get-GPT4Completion.tests.ps1
- __tests__\OpenAIUri.tests.ps1
- CommunityContributions\03-AIPrompts-UsingTheModule\AI-Demo.psm1
- Examples\Invoke-ExcelTemplate\02-Top-Ten-Common-Names.ps1
- PowerShellAI.psm1
- Private\CreateBoxText.ps1
- Public\ai.ps1
- Public\Get-CompletionFromMessages.ps1
- Public\Get-OpenAIEditsURI.ps1
- Public\Get-OpenAIModerationsURI.ps1
- Public\NotebookCopilot.ps1
- __tests__\ConvertTo-JsonL.tests.ps1
- __tests__\Get-GPT4Response.tests.ps1
- __tests__\SessionManagement.tests.ps1
- CommunityContributions\04-ErrorInsights\ErrorInsightsExamples.ipynb
- Examples\Invoke-ExcelTemplate\03-Agenda-Sales-Kick-Off.ps1
- media\AIErrorInsights.png
- Private\CustomReadHost.ps1
- Public\ConvertFrom-GPTMarkdownTable.ps1
- Public\Get-DalleImage.ps1
- Public\Get-OpenAIEmbeddings.ps1
- Public\Get-OpenAIUsage.ps1
- Public\SessionManagement.ps1
- __tests__\Disable-ChatPersistence.tests.ps1
- __tests__\Get-LocalOpenAIKey.tests.ps1
- __tests__\Set-AzureOpenAI.tests.ps1
- CommunityContributions\05-Settings\Settings.ipynb
- Examples\Invoke-ExcelTemplate\Invoke-ExcelTemplate.ps1
- media\AIReplace.png
- Private\FunctionBuilderCore.ps1
- Public\ConvertTo-JsonL.ps1
- Public\Get-GPT3Completion.ps1
- Public\Get-OpenAIEmbeddingsUri.ps1
- Public\Get-OpenAIUser.ps1
- Public\Set-AzureOpenAI.ps1
- __tests__\Enable-ChatPersistence.tests.ps1
- __tests__\Get-OpenAIEmbeddings.tests.ps1
- __tests__\Set-OpenAIKey.tests.ps1
- CommunityContributions\07-NotebookCopilot\NotebookCopilot.ipynb
- Examples\Read-Excel-Schema-GPT\Read-ExcelAndMultiplyUnits.ps1
- media\Copilot-GPT-At-The-CLI.png
- Private\FunctionBuilderParser.ps1
- Public\copilot.ps1
- Public\Get-GPT4Completion.ps1
- Public\Get-OpenAIImagesGenerationsURI.ps1
- Public\Invoke-AIErrorHelper.ps1
- Public\Set-DalleImageAsWallpaper.ps1
- __tests__\Get-ChatPayload.tests.ps1
- __tests__\Invoke-AIExplain.tests.ps1
- __tests__\Test-AzureOpenAIKey.tests.ps1
- Examples\Azure OpenAI\ConnectToAzureInstance-1.ps1
- Examples\Read-Excel-Schema-GPT\salesData.xlsx
- media\GPT3Completion.gif
- Private\FunctionBuilderRenderer.ps1
- Public\Disable-AIShortCutKey.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.3 (current version) | 963 | 11/6/2023 |
0.9.2 | 10 | 11/6/2023 |
0.9.1 | 3,939 | 7/30/2023 |
0.9.0 | 45 | 7/29/2023 |
0.8.2 | 471 | 7/13/2023 |
0.8.1 | 235 | 7/8/2023 |
0.8.0 | 258 | 7/3/2023 |
0.7.9 | 709 | 6/15/2023 |
0.7.8 | 71 | 6/14/2023 |
0.7.7 | 257 | 6/10/2023 |
0.7.6 | 103 | 6/8/2023 |
0.7.5 | 746 | 5/28/2023 |
0.7.4 | 520 | 5/21/2023 |
0.7.3 | 60 | 5/19/2023 |
0.7.2 | 118 | 5/17/2023 |
0.7.1 | 8 | 5/17/2023 |
0.7.0 | 11 | 5/17/2023 |
0.6.2 | 521 | 5/7/2023 |
0.6.1 | 829 | 4/24/2023 |
0.6.0 | 181 | 4/22/2023 |
0.5.8 | 232 | 4/19/2023 |
0.5.7 | 143 | 4/17/2023 |
0.5.6 | 628 | 4/8/2023 |
0.5.5 | 578 | 3/31/2023 |
0.5.4 | 877 | 3/22/2023 |
0.5.3 | 271 | 3/18/2023 |
0.5.2 | 221 | 3/15/2023 |
0.5.1 | 100 | 3/14/2023 |
0.5.0 | 135 | 3/11/2023 |
0.4.9 | 202 | 3/8/2023 |
0.4.8 | 12 | 3/8/2023 |
0.4.7 | 304 | 3/2/2023 |
0.4.6 | 157 | 2/25/2023 |
0.4.5 | 43 | 2/24/2023 |
0.4.4 | 432 | 2/13/2023 |
0.4.3 | 31 | 2/12/2023 |
0.4.2 | 17 | 2/11/2023 |
0.4.1 | 33 | 2/10/2023 |
0.4.0 | 108 | 2/9/2023 |
0.3.3 | 143 | 2/3/2023 |
0.3.2 | 340 | 1/23/2023 |
0.3.1 | 71 | 1/21/2023 |
0.3.0 | 42 | 1/20/2023 |
0.2.0 | 153 | 1/18/2023 |
0.1.0 | 321 | 1/12/2023 |