Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 385 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 385 Bytes

OpenAI.Functions

OpenAI.Functions is a library for the OpenAI API. It is a wrapper for the OpenAI API. It is written in C# and is compatible with .NET Standard 2.0.

It allows you to use the OpenAI functions in the chat API and map the functions to their respective C# functions.

See the tests in the OpenAI.Functions.Tests and OpenAI.Console.Example projects for examples.