Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppiova/azureopenai-sdk-consoleapp
This repository provides a quickstart guide and example for integrating Azure OpenAI Service using the .NET SDK.
https://github.com/ppiova/azureopenai-sdk-consoleapp
azure-openai azureai dotnet
Last synced: 10 days ago
JSON representation
This repository provides a quickstart guide and example for integrating Azure OpenAI Service using the .NET SDK.
- Host: GitHub
- URL: https://github.com/ppiova/azureopenai-sdk-consoleapp
- Owner: ppiova
- License: mit
- Created: 2024-07-24T02:12:13.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T03:07:03.000Z (2 months ago)
- Last Synced: 2024-11-14T04:18:48.268Z (2 months ago)
- Topics: azure-openai, azureai, dotnet
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Azure OpenAI Service .NET SDK (2.0.0-beta.2) Quickstart
This repository provides a quickstart guide and example for integrating Azure OpenAI Service using the .NET SDK.
For detailed API reference and more, please visit the [Azure SDK for .NET - Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.0.0-beta.2/sdk/openai/Azure.AI.OpenAI/README.md).
## Example: Creating Your Own Assistant with GPT-4o
This console application example demonstrates how to create your own assistant using GPT-4o with Azure OpenAI Service.
## Prerequisites
- Azure subscription
- .NET 6.0 or higher
- Azure OpenAI Service API key and endpoint