Automate AI with PowerShell.
AI is a PowerShell module that lets you automate AI.
We are trying to make a good, open-ended toolkit for working with all sorts of AI.
We are starting somewhat simple, by automating Ollama.
Want to help? Consider contributing
You can install the AI module from the PowerShell gallery:
Install-Module AI -Scope CurrentUserYou can import the AI module, with Import-Module
Import-Module AIGet-AI (aliased to ai) is the core command of the AI module.
It gets a response from an AI.
ai Write me a paragraph about PowerShell functions