Skip to content

Commit 9a51bb9

Browse files
committed
v4.44.0
1 parent f736105 commit 9a51bb9

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
### 4.44.0
3+
- Add `gpt-5.1-codex-max`.
4+
- API updates.
5+
- Add new function for compacting responses.
6+
+ [Request-ResponseCompaction](/Docs/Request-ResponseCompaction.md)
7+
28
### 4.43.0
39
- Add new `gpt-5.1` models.
410
- API updates.

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.43.0'
3+
ModuleVersion = '4.44.0'
44

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Guide: [Migrate ChatCompletion to Response](/Guides/Migrate_ChatCompletion_to_Re
6363
+ [Get-Response](/Docs/Get-Response.md)
6464
+ [Remove-Response](/Docs/Remove-Response.md)
6565
+ [Get-ResponseInputItem](/Docs/Get-ResponseInputItem.md)
66+
+ [Request-ResponseCompaction](/Docs/Request-ResponseCompaction.md)
6667

6768
#### Conversations
6869
+ [New-Conversation](/Docs/New-Conversation.md)

0 commit comments

Comments
 (0)