We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45c71d6 + 3a87dea commit c3a79a9Copy full SHA for c3a79a9
ollama-powershell.psd1
@@ -2,6 +2,7 @@
2
RootModule = 'ollama-powershell.psm1'
3
ModuleVersion = '0.0.1'
4
GUID = 'e9b68160-0f70-4821-86c5-64ddb66e841c'
5
+ Description = 'Play with AI in PowerShell'
6
Author = 'James Brundage'
7
CompanyName = 'Start-Automating'
8
Copyright = '2025 Start-Automating'
@@ -19,7 +20,6 @@ Use ollama-powershell to interact with the Ollama API and run LLM models locally
19
20
21
* `Get-Ollama` wraps the Ollama CLI and Ollama rest API
22
* `Remove-Ollama` removes models from your local system
-
23
'@
24
}
25
0 commit comments