Skip to content

Commit a524761

Browse files
committed
v4.45.0
1 parent 1bf7bf7 commit a524761

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
### 4.45.0
3+
- Add `gpt-5.2` models.
4+
25
### 4.44.0
36
- Add `gpt-5.1-codex-max`.
47
- API updates.

PSOpenAI-Help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26718,8 +26718,8 @@ If not specified, it will try to use `$global:OPENAI_API_KEY` or `$env:OPENAI_AP
2671826718
<command:examples>
2671926719
<command:example>
2672026720
<maml:title>--------------------------- Example ---------------------------</maml:title>
26721-
<dev:code>PS C:\&gt; $Response = Request-Response 'Tell me about traditional Japanese cuisine.' -Model 'gpt-5.1'
26722-
PS C:\&gt; $CompactedRespomse = $Response | Request-ResponseCompaction -Model 'gpt-5.1'</dev:code>
26721+
<dev:code>PS C:\&gt; $Response = Request-Response 'Tell me about traditional Japanese cuisine.' -Model 'gpt-5.2'
26722+
PS C:\&gt; $CompactedRespomse = $Response | Request-ResponseCompaction -Model 'gpt-5.2'</dev:code>
2672326723
<dev:remarks>
2672426724
<maml:para></maml:para>
2672526725
</dev:remarks>

PSOpenAI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '4.44.0'
3+
ModuleVersion = '4.45.0'
44

55
# Supported PSEditions
66
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)