From 2f51369c9c77e58efc4eb85f4a9c983609cd88ea Mon Sep 17 00:00:00 2001 From: rodion-m Date: Tue, 25 Apr 2023 03:21:48 +0600 Subject: [PATCH] Add readme to NuGet package --- OpenAI.ChatGpt.AspNetCore/OpenAI.ChatGpt.AspNetCore.csproj | 7 ++++++- .../OpenAI.ChatGpt.EntityFrameworkCore.csproj | 7 ++++++- OpenAI.ChatGpt/OpenAI.ChatGpt.csproj | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/OpenAI.ChatGpt.AspNetCore/OpenAI.ChatGpt.AspNetCore.csproj b/OpenAI.ChatGpt.AspNetCore/OpenAI.ChatGpt.AspNetCore.csproj index 73649d2..52969a4 100644 --- a/OpenAI.ChatGpt.AspNetCore/OpenAI.ChatGpt.AspNetCore.csproj +++ b/OpenAI.ChatGpt.AspNetCore/OpenAI.ChatGpt.AspNetCore.csproj @@ -8,7 +8,7 @@ OpenAI.ChatGPT.AspNetCore https://github.com/rodion-m/ChatGPT_API_dotnet OpenAI ChatGPT integration for .NET with DI - 2.4.1 + 2.4.2 OpenAI Chat Completions API (ChatGPT) integration with easy DI supporting (Microsoft.Extensions.DependencyInjection). It allows you to use the API in your .NET applications. Also, the client supports streaming responses (like ChatGPT) via async streams. https://github.com/rodion-m/ChatGPT_API_dotnet net6.0;net7.0 @@ -16,8 +16,13 @@ MIT ChatGPT easy DI for ASP.NET Core Rodion Mostovoi + README.md + + + + diff --git a/OpenAI.ChatGpt.EntityFrameworkCore/OpenAI.ChatGpt.EntityFrameworkCore.csproj b/OpenAI.ChatGpt.EntityFrameworkCore/OpenAI.ChatGpt.EntityFrameworkCore.csproj index c10c836..57b9387 100644 --- a/OpenAI.ChatGpt.EntityFrameworkCore/OpenAI.ChatGpt.EntityFrameworkCore.csproj +++ b/OpenAI.ChatGpt.EntityFrameworkCore/OpenAI.ChatGpt.EntityFrameworkCore.csproj @@ -9,7 +9,7 @@ OpenAI.ChatGPT.EntityFrameworkCore https://github.com/rodion-m/ChatGPT_API_dotnet OpenAI ChatGPT integration for .NET with EF Core storage - 2.4.1 + 2.4.2 OpenAI Chat Completions API (ChatGPT) integration with DI and EF Core supporting. It allows you to use the API in your .NET applications. Also, the client supports streaming responses (like ChatGPT) via async streams. https://github.com/rodion-m/ChatGPT_API_dotnet net6.0;net7.0 @@ -17,8 +17,13 @@ MIT ChatGPT easy DI with EF Core storage Rodion Mostovoi + README.md + + + + all diff --git a/OpenAI.ChatGpt/OpenAI.ChatGpt.csproj b/OpenAI.ChatGpt/OpenAI.ChatGpt.csproj index e11f1f2..76371b4 100644 --- a/OpenAI.ChatGpt/OpenAI.ChatGpt.csproj +++ b/OpenAI.ChatGpt/OpenAI.ChatGpt.csproj @@ -10,7 +10,7 @@ OpenAI.ChatGPT https://github.com/rodion-m/ChatGPT_API_dotnet OpenAI ChatGPT integration for .NET - 2.4.1 + 2.4.2 .NET integration for ChatGPT with streaming responses supporting (like ChatGPT) via async streams. https://github.com/rodion-m/ChatGPT_API_dotnet MIT @@ -18,8 +18,13 @@ OpenAI.ChatGpt Rodion Mostovoi chatgpt, openai, sdk, api, chatcompletions, gpt3, gpt4 + README.md + + + +