BpeChatAI 1.0.2
Heavy refactoring of the internal types. Breaking changes from previous versions. This deprecates the prior versions for that reason.
See the version list below for details.
dotnet add package BpeChatAI --version 1.0.2
NuGet\Install-Package BpeChatAI -Version 1.0.2
<PackageReference Include="BpeChatAI" Version="1.0.2" />
paket add BpeChatAI --version 1.0.2
#r "nuget: BpeChatAI, 1.0.2"
// Install BpeChatAI as a Cake Addin #addin nuget:?package=BpeChatAI&version=1.0.2 // Install BpeChatAI as a Cake Tool #tool nuget:?package=BpeChatAI&version=1.0.2
BpeChatAI
BpeChatAI implements the POCO objects needed to call OpenAI's GPT API. With its chat Manager, it tracks token counts, handling the API calls for you, and cost-tracking.
Features both streaming and non-streaming API calls to OpenAI's GPT Chat Completion API.
BpeChatAI is uses BpeTokenizer, an adaptation of OpenAI's tiktoken, for token counting.
This library is built for x64 architectures.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- BpeTokenizer (>= 1.0.2)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.