Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Added an example of OpenAI Realtime API #9662

Merged
merged 8 commits into from
Nov 12, 2024

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

Resolves: #9310

The console application demonstrates the use of the OpenAI Realtime API with function calling and Semantic Kernel. Since the OpenAI Realtime API supports function calling, the example shows how to combine it with Semantic Kernel plugins and functions.

Code example from .NET OpenAI SDK was used as a reference.

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Nov 12, 2024
@dmytrostruk dmytrostruk requested a review from a team as a code owner November 12, 2024 04:23
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel documentation labels Nov 12, 2024
@markwallace-microsoft markwallace-microsoft removed the kernel Issues or pull requests impacting the core kernel label Nov 12, 2024
@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 12, 2024
@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 12, 2024
Merged via the queue into microsoft:main with commit 7a1ef30 Nov 12, 2024
15 checks passed
@dmytrostruk dmytrostruk deleted the realtime-api-example branch November 12, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: Does semantic-kernel support gpt-4o-realtime-preview model currently?
3 participants