Skip to content

bwgraves/OpenAIDotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAIDotnet

An unofficial .NET wrapper for the OpenAI API.

Getting started

Installing

This package is published to NuGet under the name OpenAIDotnet. This is probably the easiest way to get going.

Creating a client

Creating a new client instance can be done like so:

var apiKey = "sk-1234567etc";
var client = new OpenAIClient(apiKey);

About

A .NET6 wrapper client for the OpenAI API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published