Skip to content

StartAutomating/AI

AI

Automate AI with PowerShell.

The AI Module

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

Installing

You can install the AI module from the PowerShell gallery:

Install-Module AI -Scope CurrentUser

Importing

You can import the AI module, with Import-Module

Import-Module AI

Basic Use

Get-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

About

Automate AI with PowerShell

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published