26 packages tagged with “GPT-3”
Dotnet SDK for OpenAI ChatGPT, Whisper, GPT-4 and DALL·E
.NET library for the OpenAI services by Betalgo Ranul
C# .NET 6 wrapper library to use with OpenAI's GPT-3 API.
OpenAI C# / .NET library, using GPT-4, 3.5 and 3, DALL-E 3, DALL-E 2, Whisper, etc. It supports OpenAI and Azure-OpenAI APIs, dependency injections. Developed for public and free usage.
A OpenAI API client library
A simple light-weight library that wraps the ChatGPT API. Includes support for dependency injection.
A simple C# / .NET library to use with OpenAI's GPT-3 API, as well as ChatGPT, GPT-4, DALL·E, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required.
Contracts and shared types for the Betalgo OpenAI .NET SDK.
A simple Proxy API gateway for OpenAI-DotNet to make authenticated requests from a front end application without exposing your API keys.
A simple C# / .NET library to use with OpenAI's API, including GPT-4, GPT-3.5-turbo, GPT-3.5-instruct, DALL·E, etc. Supports commercial and self hosted API providers such as OpenAI, Azure OpenAI, KoboldCpp, AI Horde and others. Formerly a fork of Open-AI-Dotnet, hard-forked due to extensive changes and stale upstream.
[chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web).
WinRT library for calling into OpenAI APIs
OpenAI API client library for .NET and .NETCore. This is not an official library, developed for public use.
Package Description
Add ChatGPT language model to your applications in seconds! Send request to ChatGPT easily. Just type in your OpenAI apiKey and Organization ID, and you're ready to code.
This project aims to facilitate the creation of a new type of user interface for line of business applications. It will allow users to query data in their application using natural language and lower the barrier of accessing and analyzing data. This is similar to how most applications let users export data as excel files to do further analysis on their own.
OpenAI's GPT-3.5 API, as well as ChatGPT, GPT-4
A simple C# / .NET library to use with OpenAI's APIs, including GPT 3.5, GPT 4, ChatGPT, DALL-E, Whisper, etc. Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI or Azure OpenAI account is required.
Description: A .NET wrapper for OpenAI's Codex API, based on GPT-3 language model
EasyOpenAiTools is a lightweight wrapper allowing you to easily build chatbots based on OpenAi
A simple C# .NET client library for OpenAI to use chat-gpt, gpt-4, gpt-3.5-turbo and Dall-E though their RESTful API (currently in beta). Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI API account is required. Forked from [OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet). More context [on Roger Pincombe's blog](https://rogerpincombe.com/openai-dotnet-api).
Generative AI library for .NET 10.0 with built-in OpenAI ChatGPT and Google Gemini API clients and support for C# function calling via reflection. Features: - Chat Completion - Response Streaming - Text Embedding - Text-to-Speech - Speech-to-Text - Moderation - Configurable Token Limit - Configurable Character Limit - Configurable Message Limit - Message Pinning - Function Calling - Support for Dependency Injection - Automatic Reattempt on Failure - Advanced Customization