Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.10.0 #672

Merged
merged 27 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7b934df
adds missing props to AssistantResponse from #657
jmuller3 Oct 28, 2024
fe5f459
Add implementations of Microsoft.Extensions.AI's IChatClient / IEmbed…
stephentoub Oct 29, 2024
b2ed81e
adding prop
itsmuntadhar Nov 1, 2024
843e2df
Merge remote-tracking branch 'upstream/master' into meai
stephentoub Nov 1, 2024
53a8067
Update with renamed namespaces
stephentoub Nov 1, 2024
a6780c8
adding links
itsmuntadhar Nov 1, 2024
6c92d81
Merge branch 'dev' of https://github.com/itsmuntadhar/openai into fea…
itsmuntadhar Nov 1, 2024
19c1fc2
Merge branch 'dev' into feat/add_store_prop_to_request
itsmuntadhar Nov 12, 2024
d2e5f65
Merge pull request #664 from itsmuntadhar/feat/add_store_prop_to_request
kayhantolga Nov 13, 2024
1a2b0c5
Merge pull request #658 from jmuller3/657
kayhantolga Nov 13, 2024
1fd3697
fixed createdAt type
alanextar May 23, 2024
a5be7f1
Added support for DateTimeOffest for CreatedAt
kayhantolga Nov 13, 2024
4cb216a
Merge pull request #670 from betalgo/feature/fixed-createdAt-type
kayhantolga Nov 13, 2024
1ed80ee
adding prop
itsmuntadhar Nov 1, 2024
fd73fde
adding links
itsmuntadhar Nov 1, 2024
a765dff
Realtime Api Integration
kayhantolga Nov 10, 2024
5c4d10a
Documentation update
kayhantolga Nov 10, 2024
e6617fc
RealtimeAudioExample updated
kayhantolga Nov 11, 2024
f2f07c3
Version Bump
kayhantolga Nov 11, 2024
a03187e
adds missing props to AssistantResponse from #657
jmuller3 Oct 28, 2024
4f00f2b
fixed createdAt type
alanextar May 23, 2024
12a51c7
Added support for DateTimeOffest for CreatedAt
kayhantolga Nov 13, 2024
cafa2ad
Refactor methods and improve code readability
kayhantolga Nov 13, 2024
7d329c5
Merge branch 'dev' into meai
kayhantolga Nov 13, 2024
9054d9b
Merge pull request #659 from stephentoub/meai
kayhantolga Nov 13, 2024
72704d5
version bump
kayhantolga Nov 13, 2024
d7f43f9
Improve error handling and update documentation
kayhantolga Nov 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion OpenAI.SDK/Betalgo.Ranul.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.9.0</Version>
<Version>8.10.0</Version>
<Authors>Tolga Kayhan, Betalgo</Authors>
<Company>Betalgo Up Ltd.</Company>
<Product>OpenAI .NET library by Betalgo Ranul</Product>
Expand Down Expand Up @@ -74,4 +74,8 @@
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.0.0-preview.9.24525.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
</ItemGroup>
</Project>
Loading
Loading