Skip to content

Commit c3a79a9

Browse files
Merge pull request #5 from StartAutomating/ollama-powershell-metadata-update
release: ollama-powershell 0.0.1 ( Fixes #1 )
2 parents 45c71d6 + 3a87dea commit c3a79a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ollama-powershell.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
RootModule = 'ollama-powershell.psm1'
33
ModuleVersion = '0.0.1'
44
GUID = 'e9b68160-0f70-4821-86c5-64ddb66e841c'
5+
Description = 'Play with AI in PowerShell'
56
Author = 'James Brundage'
67
CompanyName = 'Start-Automating'
78
Copyright = '2025 Start-Automating'
@@ -19,7 +20,6 @@ Use ollama-powershell to interact with the Ollama API and run LLM models locally
1920
2021
* `Get-Ollama` wraps the Ollama CLI and Ollama rest API
2122
* `Remove-Ollama` removes models from your local system
22-
2323
'@
2424
}
2525
}

0 commit comments

Comments
 (0)