Skip to content

Commit

Permalink
v4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Nov 20, 2024
1 parent d4600f6 commit 12518f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 変更履歴
### 4.11.0
- モデル名は大文字と小文字を判別するように変更されます
これまでパラメータで指定されたモデル名は内部で小文字に変換されていました。これはOpenAIには適した動作ですが、一部の互換APIサーバは大文字を含むモデル名を必要としています。
- `Get-OpenAIFile``-All`, `-Limit`, `-Order`パラメータを追加します

### 4.10.0
- `Request-ChatCompletion``-Prediction`パラメータを追加します
参照: [Use Predicted Outputs](https://platform.openai.com/docs/guides/latency-optimization#use-predicted-outputs)
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
### Unreleased
### 4.11.0
- The model name parameters are now case sensitive.
Previously, model names were converted to lowercase internally. This is optimal for the OpenAI, but some compatible API servers require uppercase model names.
- Add `-All`, `-Limit` & `-Order` params for `Get-OpenAIFile`.

### 4.10.0
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.10.0'
ModuleVersion = '4.11.0'

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

0 comments on commit 12518f9

Please sign in to comment.