Luval.GenAIBotMate.Components
1.0.8
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 Luval.GenAIBotMate.Components --version 1.0.8
NuGet\Install-Package Luval.GenAIBotMate.Components -Version 1.0.8
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.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Luval.GenAIBotMate.Components --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Luval.GenAIBotMate.Components, 1.0.8"
#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 Luval.GenAIBotMate.Components as a Cake Addin #addin nuget:?package=Luval.GenAIBotMate.Components&version=1.0.8 // Install Luval.GenAIBotMate.Components as a Cake Tool #tool nuget:?package=Luval.GenAIBotMate.Components&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Luval.GenAIBotMate (>= 1.0.11)
- Markdig (>= 0.39.1)
- Microsoft.FluentUI.AspNetCore.Components (>= 4.11.0)
- Microsoft.FluentUI.AspNetCore.Components.Icons (>= 4.11.0)
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 | 79 | 1/20/2025 |
1.0.20 | 66 | 1/18/2025 |
1.0.19 | 64 | 1/14/2025 |
1.0.18 | 78 | 1/13/2025 |
1.0.17 | 88 | 1/12/2025 |
1.0.16 | 115 | 1/6/2025 |
1.0.15 | 87 | 1/6/2025 |
1.0.14 | 85 | 1/5/2025 |
1.0.13 | 92 | 1/5/2025 |
1.0.12 | 85 | 1/5/2025 |
1.0.11 | 86 | 1/5/2025 |
1.0.10 | 102 | 1/5/2025 |
1.0.8 | 84 | 1/5/2025 |
1.0.7 | 102 | 1/5/2025 |
1.0.6 | 114 | 1/5/2025 |
1.0.4 | 109 | 1/5/2025 |
1.0.3 | 102 | 12/29/2024 |
1.0.2 | 98 | 12/28/2024 |
1.0.1 | 93 | 12/28/2024 |
- Initial realease