Ask-GPT
1.0.5
A PowerShell module for interacting with OpenAI GPT models via command line interface.
Minimum PowerShell version
7.0
Installation Options
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
Dependencies
This module has no dependencies.
Release Notes
Version 1.0.5: Error handling fix 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
- Fixed PowerShell compatibility issues in error handling (v1.0.5)
- Better error message extraction from API responses
FileList
- Ask-GPT.nuspec
- Ask-GPT.psd1
- Ask-GPT.psm1
- CHANGELOG.md
- GALLERY_PREP.md
- LICENSE
- README.md
- Update-Version.ps1