7 packages tagged with “chatcompletions”
.NET integration for ChatGPT with streaming responses supporting (like ChatGPT) via async streams.
OpenAI Chat Completions API (ChatGPT) integration with easy DI supporting (Microsoft.Extensions.DependencyInjection). It allows you to use the API in your .NET applications. Also, the client supports streaming responses (like ChatGPT) via async streams.
OpenAI ChatGPT based language translator.
The module for OpenAI ChatGPT that allows to retrive a structured response from ChatGPT.
OpenAI Chat Completions API (ChatGPT) integration with DI and EF Core supporting. It allows you to use the API in your .NET applications. Also, the client supports streaming responses (like ChatGPT) via async streams.
The package for constructing and executing chat completions using the OpenAI API. This package allows you to easily configure and execute chat completions using different OpenAI models, add system and user prompts, and define structured response schemas. Additionally, the package allows you to create and use chat tools, enabling ChatGPT to call .NET code during execution.