RealtimeAIApp
Experiment with an AI-powered conversational editor
File Explorer
Download Latest Version (.zip)- MainLayout.razor
- MainLayout.razor.css
- Error.razor
- Home.razor
- Home.razor.js
- _Imports.razor
- App.razor
- Routes.razor
- launchSettings.json
- AIFunctionExtensions.cs
- ContentEditable.razor
- ContentEditable.razor.js
- ContentEditableBinding.cs
- MicControl.razor
- MicControl.razor.css
- Speaker.razor
- Speaker.razor.js
- TailwindIntegration.targets
- TyreStatusPicker.razor
- inter-v13-latin-200.woff2
- inter-v13-latin-500.woff2
- inter-v13-latin-600.woff2
- inter-v13-latin-800.woff2
- inter-v13-latin-regular.woff2
- app.css
- .gitignore
- appsettings.Development.json
- appsettings.json
- CarDescriptor.cs
- Directory.Packages.props
- nuget.config
- Program.cs
- RealtimeConversationManager.cs
- RealtimeFormApp.csproj
- RealtimeFormApp.sln
- tailwind.config.js
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SteveSandersonMS/RealtimeAIApp
Downloads the entire project code from GitHub to your computer.
cd RealtimeAIApp
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet user-secrets set "OpenAI:Key" abcdef...
Type this command into your terminal and run it.
dotnet user-secrets set "AzureOpenAI:Endpoint" https://YOUR-RESOURCE.openai.azure.com/
Type this command into your terminal and run it.
dotnet user-secrets set "AzureOpenAI:Key" abcdef...
Type this command into your terminal and run it.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
