Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Sep 6, 2024
1 parent 1f438d0 commit 2606e51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 変更履歴
### 4.3.0
- `Get-ThreadRunStep``-Include`パラメータを追加します
- `New-Assistant``-RankerForFileSearch`および`-ScoreThresholdForFileSearch`パラメータを追加します
- `Wait-*`関数に`-PollIntervalSec`パラメータを追加します
- Azure OpenAI ServiceのデフォルトAPIバージョンを`2024-07-01-preview`に更新します
- Azure OpenAI Serviceに関連するいくつかのバグを修正します

### 4.2.0
- 新しい `chatgpt-4o-latest` モデルをサポート

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
### Unreleased
### 4.3.0
- Add `-Include` param for `Get-ThreadRunStep`.
- Add `-RankerForFileSearch` and `-ScoreThresholdForFileSearch` params for `New-Assistant`.
- Add `-PollIntervalSec` param for `Wait-*` functions.
Expand Down
2 changes: 1 addition & 1 deletion PSOpenAI.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '4.2.0'
ModuleVersion = '4.3.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down

0 comments on commit 2606e51

Please sign in to comment.