Luval.GenAIBotMate.Components 1.0.21

dotnet add package Luval.GenAIBotMate.Components --version 1.0.21
                    
NuGet\Install-Package Luval.GenAIBotMate.Components -Version 1.0.21
                    
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="Luval.GenAIBotMate.Components" Version="1.0.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Luval.GenAIBotMate.Components" Version="1.0.21" />
                    
Directory.Packages.props
<PackageReference Include="Luval.GenAIBotMate.Components" />
                    
Project file
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 Luval.GenAIBotMate.Components --version 1.0.21
                    
#r "nuget: Luval.GenAIBotMate.Components, 1.0.21"
                    
#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 Luval.GenAIBotMate.Components@1.0.21
                    
#: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=Luval.GenAIBotMate.Components&version=1.0.21
                    
Install as a Cake Addin
#tool nuget:?package=Luval.GenAIBotMate.Components&version=1.0.21
                    
Install as a Cake Tool

GenAIBotMate

GenAIBotMate is a C# library that enables developers to interface with Large Language Models (LLMs), persist chat conversations, and provide an API to retrieve past interactions. The library also supports persisting uploaded files, including images, to cloud storage providers like Azure Blob Storage and AWS S3.


Features

  • LLM Integration: Communicate seamlessly with generative AI models.
  • Conversation Persistence: Save and retrieve conversations for future use.
  • File Upload Support: Persist uploaded images and files to cloud storage.
  • Session Management: Create and manage chat sessions with ease.
  • Customizable Parameters: Fine-tune temperature and other parameters for AI responses.

Installation

Install GenAIBotMate via NuGet:

dotnet add package GenAIBotMate
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Luval.GenAIBotMate.Components:

Package Downloads
Luval.WorkMate.Components

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.21 127 1/20/2025
1.0.20 102 1/18/2025
1.0.19 105 1/14/2025
1.0.18 108 1/13/2025
1.0.17 118 1/12/2025
1.0.16 146 1/6/2025
1.0.15 119 1/6/2025
1.0.14 116 1/5/2025
1.0.13 121 1/5/2025
1.0.12 118 1/5/2025
1.0.11 118 1/5/2025
1.0.10 130 1/5/2025
1.0.8 114 1/5/2025
1.0.7 131 1/5/2025
1.0.6 140 1/5/2025
1.0.4 136 1/5/2025
1.0.3 123 12/29/2024
1.0.2 121 12/28/2024
1.0.1 116 12/28/2024

- Initial realease