C# library for accessing the OpenAI ChatGPT API
Top 76.0% on sourcepulse
This C# library provides developers with a straightforward way to integrate OpenAI's ChatGPT models into their applications. It supports both the official OpenAI API and an unofficial API for accessing chat.openai.com, offering features like response streaming, multiple conversations, and system message configuration.
How It Works
The library abstracts the complexities of interacting with the OpenAI API, allowing users to send text prompts and receive responses. It supports streaming responses for a more interactive user experience and allows for managing multiple conversations concurrently. A key feature is the ability to handle multimodal inputs, including images, by constructing content items with text and image data, specifically for models like GPT-4 Vision Preview.
Quick Start & Requirements
Install-Package ChatGPT.Net
or dotnet add package ChatGPT.Net
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
1 week