Ask-GPT
1.0.10
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.10: Fix OPENAI_API_KEY fallback
- Fallback from OPENAI_PERSONAL_API_KEY to OPENAI_API_KEY now works when the personal key is set to an empty string (previously only worked when the variable was truly unset)
- Corrected error message to mention both supported environment variables
Version 1.0.8: Fix -pro model exclusion pattern
- Fix -pro exclusion to use wildcard pattern (*-pro*) for broader matching
Version 1.0.7: Exclude -pro suffix models from auto-selection
- Exclude models ending with -pro suffix from automatic model selection
Version 1.0.6: Exclude codex models from auto-selection
- Exclude codex models (e.g., gpt-5-codex) from automatic model selection
- Enhanced module description with examples and features for better discoverability
- Complete CHANGELOG documentation for versions 1.0.2 through 1.0.5
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
FileList
- Ask-GPT.nuspec
- GALLERY_PREP.md
- LICENSE
- README.md
- Update-Version.ps1
- .claude\settings.local.json
- Ask-GPT.psm1
- Ask-GPT.psd1
- CHANGELOG.md