Skip to content

Commit

Permalink
Merge pull request #659 from stephentoub/meai
Browse files Browse the repository at this point in the history
Add implementations of Microsoft.Extensions.AI's IChatClient / IEmbeddingGenerator
  • Loading branch information
kayhantolga authored Nov 13, 2024
2 parents 4cb216a + 7d329c5 commit 9054d9b
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenAI.SDK/Betalgo.Ranul.OpenAI.csproj
Original file line number Diff line number Diff line change
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

0 comments on commit 9054d9b

Please sign in to comment.