Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Sep 19, 2024
1 parent 9d64562 commit 60e5db5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 変更履歴
### 4.4.1
- 非ASCIIファイル名のファイルアップロード処理を改善

### 4.4.0
- タブ補完に`o1-preview``o1-mini`モデルを追加します
- `Request-ChatCompletion``-MaxCompletionTokens`パラメータを追加します
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### 4.4.1
- Refactor file upload handling for non-ASCII filenames.

### 4.4.0
- Add `o1-preview` and `o1-mini` models to tab completions.
- Add `-MaxCompletionTokens` parameter for `Request-ChatCompletion`.
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.4.0'
ModuleVersion = '4.4.1'

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

0 comments on commit 60e5db5

Please sign in to comment.