ChatGPTSharp 1.0.9
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ChatGPTSharp --version 1.0.9
NuGet\Install-Package ChatGPTSharp -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChatGPTSharp" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChatGPTSharp" Version="1.0.9" />
<PackageReference Include="ChatGPTSharp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ChatGPTSharp --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ChatGPTSharp, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ChatGPTSharp@1.0.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ChatGPTSharp&version=1.0.9
#tool nuget:?package=ChatGPTSharp&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ChatGPTSharp
This project supports the real ChatGPT model "gpt-3.5-turbo", and the previous generation model "text-davinci-003", both with continuous dialog capability.
Update
1.0.9 20230307
- Using TikTokSharp to calculate token count, fixing the issue of inaccurate token calculation.
1.0.8 20230304
- token algorithm fix
1.0.6 20230303
- The token algorithm has been temporarily removed, which may cause exceptions when certain strings are combined. It will be restored after subsequent testing is completed.
1.0.5 20230303
- Add SendMessage parameters sendSystemType and sendSystemMessage to specify the insertion of system messages into the conversation.
1.0.3 20230302
- Add local token algorithm of gpt3, the algorithm is from js library gpt-3-encoder
Start
var client = new ChatGPTClient(File.ReadAllText("KEY.txt"), "gpt-3.5-turbo");
var msg = await client.SendMessage("Hello");
Console.WriteLine($"{msg.Response} {msg.ConversationId}, {msg.MessageId}");
var msg2 = await client.SendMessage("Who are you", msg.ConversationId, msg.MessageId);
Console.WriteLine($"{msg2.Response} {msg2.ConversationId}, {msg2.MessageId}");
This code base references node-chatgpt-api
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.2)
- TiktokenSharp (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
2.0.8 | 141 | 1/22/2025 | |
2.0.7 | 102 | 1/22/2025 | |
2.0.6 | 115 | 1/21/2025 | |
2.0.5 | 114 | 12/24/2024 | |
2.0.4 | 196 | 5/14/2024 | |
2.0.3 | 118 | 5/14/2024 | |
2.0.2 | 109 | 5/13/2024 | |
2.0.1 | 131 | 4/28/2024 | |
2.0.0 | 141 | 4/28/2024 | |
2.0.0-alpha.4 | 128 | 2/22/2024 | |
2.0.0-alpha.3 | 62 | 2/22/2024 | |
2.0.0-alpha.1 | 151 | 12/22/2023 | |
1.1.4 | 593 | 7/11/2023 | |
1.1.3 | 322 | 5/8/2023 | |
1.1.2 | 231 | 4/29/2023 | |
1.1.1 | 456 | 3/20/2023 | |
1.1.0 | 285 | 3/20/2023 | |
1.0.9 | 464 | 3/7/2023 | |
1.0.8 | 339 | 3/6/2023 | |
1.0.7 | 353 | 3/4/2023 | |
1.0.6 | 380 | 3/3/2023 | |
1.0.5 | 401 | 3/3/2023 | |
1.0.4 | 355 | 3/2/2023 | |
1.0.3 | 342 | 3/2/2023 | |
1.0.2 | 355 | 3/2/2023 | |
1.0.1 | 304 | 2/28/2023 | |
1.0.0 | 316 | 2/28/2023 |