Skip to content

Commit 921ba2c

Browse files
committed
version bump
1 parent 8dd0f2c commit 921ba2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

OpenAI.SDK/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageIcon>Betalgo-Ranul-OpenAI-icon.png</PackageIcon>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Title>OpenAI SDK by Betalgo</Title>
13-
<Version>8.7.1</Version>
13+
<Version>8.7.2</Version>
1414
<Authors>Tolga Kayhan, Betalgo</Authors>
1515
<Company>Betalgo Up Ltd.</Company>
1616
<Product>OpenAI ChatGPT, Whisper, GPT-4 and DALL·E dotnet SDK</Product>

Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,14 @@ Due to time constraints, not all methods have been thoroughly tested or fully do
115115
Needless to say, I cannot accept responsibility for any damage caused by using the library.
116116

117117
## Changelog
118+
### 8.7.2
119+
- Fixed incorrect Azure Urls.
120+
- Token usage response extended with `PromptTokensDetails`, `audio_tokens` and `cached_tokens`.
121+
- Model list extended with `Gpt_4o_2024_08_06` and `Chatgpt_4o_latest`.
122+
118123
### 8.7.1
119-
- moved `strict ` paremeter from `ToolDefinition` to `FunctionDefinition`
124+
- moved `strict` paremeter from `ToolDefinition` to `FunctionDefinition`
125+
120126
### 8.7.0
121127
- Added Support for o1 reasing models (`o1-mini` and `o1-preview`).
122128
- Added `MaxCompletionTokens` for `chat completions`.

0 commit comments

Comments
 (0)