Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga committed Oct 10, 2024
1 parent 8dd0f2c commit 921ba2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenAI.SDK/OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageIcon>Betalgo-Ranul-OpenAI-icon.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>OpenAI SDK by Betalgo</Title>
<Version>8.7.1</Version>
<Version>8.7.2</Version>
<Authors>Tolga Kayhan, Betalgo</Authors>
<Company>Betalgo Up Ltd.</Company>
<Product>OpenAI ChatGPT, Whisper, GPT-4 and DALL·E dotnet SDK</Product>
Expand Down
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,14 @@ Due to time constraints, not all methods have been thoroughly tested or fully do
Needless to say, I cannot accept responsibility for any damage caused by using the library.

## Changelog
### 8.7.2
- Fixed incorrect Azure Urls.
- Token usage response extended with `PromptTokensDetails`, `audio_tokens` and `cached_tokens`.
- Model list extended with `Gpt_4o_2024_08_06` and `Chatgpt_4o_latest`.

### 8.7.1
- moved `strict ` paremeter from `ToolDefinition` to `FunctionDefinition`
- moved `strict` paremeter from `ToolDefinition` to `FunctionDefinition`

### 8.7.0
- Added Support for o1 reasing models (`o1-mini` and `o1-preview`).
- Added `MaxCompletionTokens` for `chat completions`.
Expand Down

0 comments on commit 921ba2c

Please sign in to comment.