Create PowerShell functions only for reusable code, not unnecessary script fragmentation. Avoid over-engineering small PowerShell scripts that become difficult to read and maintain. Keep PowerShell ...
In a recent series of blog posts, I created what might best be described as a PowerShell front end for Ollama. For anyone who might not be familiar with Ollama, it's a tool that allows you to run ...