ChatGPT.Net and ChatGptPlayground
A C# library wrapping OpenAI's API serves as the foundational dependency that the ASP.NET Core chat application would typically integrate to implement its ChatGPT backend functionality.
About ChatGPT.Net
PawanOsman/ChatGPT.Net
C# library for ChatGPT using official OpenAI API
This project helps C# developers integrate ChatGPT's AI capabilities into their .NET applications. It takes your application's text prompts and delivers AI-generated text responses, letting you add conversational AI features directly into your software. It is intended for C# developers who want to leverage OpenAI's API within their .NET projects.
About ChatGptPlayground
marcominerva/ChatGptPlayground
A ready-to-use ASP.NET Core chat application backed by a Minimal API that can be used to test ChatGPT workflows
This is a ready-to-use chat application that helps .NET developers quickly test custom integrations and workflows with ChatGPT. It takes user input messages and processes them through a customizable backend, allowing developers to see how their custom logic interacts with the AI. The target user is a .NET developer building applications that incorporate ChatGPT.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work