Skip to content

BenjaminDavidPinter/mArI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mArI - The OpenAI C# Framework

The Goal

mArI aims to be the most user friendly C# OpenAI framework, abstracting away as much as possible to expose simple functions which allow you to interact with GPT Assistants.

How To Use

mArI is setup for dependency injection, and setup is accomplished through an extension method. Whereever your ServiceCollection is setup, simply call;

services.AddMari();

You then only need to inject one service; OpenAiAssistantService, which then allows you to interact with OpenAI Assistants.

About

Open AI Assistants Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages