Encamina.Enmarcha.AI.OpenAI.Abstractions 8.1.5

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Encamina.Enmarcha.AI.OpenAI.Abstractions --version 8.1.5
NuGet\Install-Package Encamina.Enmarcha.AI.OpenAI.Abstractions -Version 8.1.5
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="Encamina.Enmarcha.AI.OpenAI.Abstractions" Version="8.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Encamina.Enmarcha.AI.OpenAI.Abstractions --version 8.1.5
#r "nuget: Encamina.Enmarcha.AI.OpenAI.Abstractions, 8.1.5"
#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.
// Install Encamina.Enmarcha.AI.OpenAI.Abstractions as a Cake Addin
#addin nuget:?package=Encamina.Enmarcha.AI.OpenAI.Abstractions&version=8.1.5

// Install Encamina.Enmarcha.AI.OpenAI.Abstractions as a Cake Tool
#tool nuget:?package=Encamina.Enmarcha.AI.OpenAI.Abstractions&version=8.1.5

AI - OpenAI Abstractions

Nuget package

This project mainly contains abstractions used by other ENMARCHA NuGet packages. These abstractions include interfaces that have their implementations in other projects, and entities that represent abstractions for information exchange. It also contains some functionality with OpenAI. The NuGet package Encamina.Enmarcha.AI.OpenAI.Azure contains implementations of this package (see documentation).

Setup

Nuget package

First, install NuGet. Then, install Encamina.Enmarcha.AI.OpenAI.Abstractions from the package manager console:

PM> Install-Package Encamina.Enmarcha.AI.OpenAI.Abstractions

.NET CLI:

Install .NET CLI. Next, install Encamina.Enmarcha.AI.OpenAI.Abstractions from the .NET CLI:

dotnet add package Encamina.Enmarcha.AI.OpenAI.Abstractions

How to use

The primary way of using this project is through its interfaces, using some of their implementations generated in Encamina.Enmarcha.AI.OpenAI.Azure NuGet package. The main interface is the following:

  • ICompletionService is an interface that represents an OpenAI completion service which from some input text as a prompt, will generate a text completion that attempts to match whatever context or pattern has been given to an under laying model. It has its implementation in Encamina.Enmarcha.AI.OpenAI.Azure NuGet (see documentation).

It also contains the class ModelInfo that provides information about an OpenAI model.

var gpt35TurboMaxTokens = ModelInfo.GetById("gpt-35-turbo").MaxTokens;
// gpt35TurboMaxTokens => 4096

It has an extension method to adds a default provider for factories of completion services based on OpenAI.

// Entry point
var builder = WebApplication.CreateBuilder(new WebApplicationOptions
{
   // ...
});

// ...

builder.Services.AddDefaultCompletionServiceFactoryProvider();

This extension method will add the default implementation of the ICompletionServiceFactoryProvider interface as a singleton. The default implementation is CompletionServiceFactoryProvider. With this, we can resolve the ICompletionServiceFactoryProvider interface.

Product 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. 
.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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Encamina.Enmarcha.AI.OpenAI.Abstractions:

Package Downloads
Encamina.Enmarcha.SemanticKernel.Plugins.Memory

Package Description

Encamina.Enmarcha.SemanticKernel.Connectors.Memory

Package Description

Encamina.Enmarcha.SemanticKernel.Plugins.Chat

Package Description

Encamina.Enmarcha.AI.OpenAI.Azure

Package Description

Encamina.Enmarcha.AI.LanguagesDetection.Azure

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.6-preview-08 0 5/2/2024
8.1.6-preview-07 102 4/29/2024
8.1.6-preview-06 131 4/26/2024
8.1.6-preview-05 107 4/24/2024
8.1.6-preview-04 138 4/22/2024
8.1.6-preview-03 106 4/22/2024
8.1.6-preview-02 183 4/17/2024
8.1.6-preview-01 157 4/15/2024
8.1.5 133 4/15/2024
8.1.5-preview-15 109 4/10/2024
8.1.5-preview-14 113 3/20/2024
8.1.5-preview-13 69 3/18/2024
8.1.5-preview-12 96 3/13/2024
8.1.5-preview-11 70 3/13/2024
8.1.5-preview-10 68 3/13/2024
8.1.5-preview-09 83 3/12/2024
8.1.5-preview-08 78 3/12/2024
8.1.5-preview-07 89 3/8/2024
8.1.5-preview-06 366 3/8/2024
8.1.5-preview-05 93 3/7/2024
8.1.5-preview-04 91 3/7/2024
8.1.5-preview-03 97 3/7/2024
8.1.5-preview-02 220 2/28/2024
8.1.5-preview-01 188 2/19/2024
8.1.4 355 2/15/2024
8.1.3 148 2/13/2024
8.1.3-preview-07 89 2/13/2024
8.1.3-preview-06 110 2/12/2024
8.1.3-preview-05 102 2/9/2024
8.1.3-preview-04 110 2/8/2024
8.1.3-preview-03 101 2/7/2024
8.1.3-preview-02 84 2/2/2024
8.1.3-preview-01 100 2/2/2024
8.1.2 162 2/1/2024
8.1.2-preview-9 108 1/22/2024
8.1.2-preview-8 87 1/19/2024
8.1.2-preview-7 94 1/19/2024
8.1.2-preview-6 86 1/19/2024
8.1.2-preview-5 89 1/19/2024
8.1.2-preview-4 88 1/19/2024
8.1.2-preview-3 90 1/18/2024
8.1.2-preview-2 130 1/18/2024
8.1.2-preview-16 98 1/31/2024
8.1.2-preview-15 90 1/31/2024
8.1.2-preview-14 207 1/25/2024
8.1.2-preview-13 77 1/25/2024
8.1.2-preview-12 85 1/23/2024
8.1.2-preview-11 81 1/23/2024
8.1.2-preview-10 85 1/22/2024
8.1.2-preview-1 70 1/18/2024
8.1.1 150 1/18/2024
8.1.0 111 1/18/2024
8.0.3 178 12/29/2023
8.0.1 157 12/14/2023
8.0.0 190 12/7/2023
6.0.4.3 207 12/29/2023
6.0.4.2 187 12/20/2023
6.0.4.1 217 12/19/2023
6.0.4 225 12/4/2023
6.0.3.20 178 11/27/2023
6.0.3.19 199 11/22/2023