Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asimmon/openai-csharp-client-kiota-demo


https://github.com/asimmon/openai-csharp-client-kiota-demo

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# OpenAI custom C# client using Kiota demo

This GitHub repository contains a C# OpenAI client generated using Kiota.
* [Program.cs](src/MyApp/Program.cs) shows an example of how to consume the ChatGPT API.
* [openai.yaml](src/MyApp/openai.yaml) contains OpenAI's simplified OpenAPI specification used to generate the custom C# client.