Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asimmon/openai-csharp-client-kiota-demo
- Owner: asimmon
- License: apache-2.0
- Created: 2023-04-04T03:08:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T05:01:57.000Z (over 1 year ago)
- Last Synced: 2024-11-06T13:57:21.196Z (about 2 months ago)
- Language: C#
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.