Skip to content

Commit

Permalink
Fix blazor example
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-m committed Apr 20, 2023
1 parent bf93d0e commit 2538e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ChatGpt.BlazorExample/ChatGpt.BlazorExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.5" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="2.3.0" />
<PackageReference Include="OpenAI.ChatGPT.EntityFrameworkCore" Version="2.2.2" />
</ItemGroup>

</Project>

0 comments on commit 2538e0c

Please sign in to comment.