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.
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.