Ask-GPT

1.0.4

A PowerShell module for interacting with OpenAI GPT models via command line interface.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Ask-GPT -RequiredVersion 1.0.4

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Ask-GPT -Version 1.0.4

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 stimpy77. All rights reserved.

Package Details

Author(s)

  • stimpy77

Tags

OpenAI GPT AI Chat API PowerShell Ask-GPT AskGPT ChatGPT CLI CommandLine

Functions

Ask-GPT

Dependencies

This module has no dependencies.

Release Notes

Version 1.0.4: Major fixes and GPT-5 support
- Fixed GPT-5 compatibility: Handle temperature restrictions (GPT-5 only supports default temperature)
- Fixed GPT-5 streaming: Auto-fallback to non-streaming for unverified organizations
- Improved error handling with detailed API error messages
- Better model filtering to exclude problematic models (realtime, instruct, etc.)
- Enhanced model auto-detection with robust fallback to gpt-4o
- Fixed temperature parameter handling for different model types
- Improved ANSI escape sequence support for better terminal rendering

FileList

Version History

Version Downloads Last updated
1.0.5 13 9/2/2025
1.0.4 (current version) 7 9/2/2025
1.0.3 19 7/5/2025
1.0.2 6 7/5/2025
1.0.1 7 7/5/2025
1.0.0 9 6/30/2025
Show more