Skip to content

Commit

Permalink
feat:update
Browse files Browse the repository at this point in the history
  • Loading branch information
louis4li committed Mar 5, 2025
1 parent 9509de3 commit 493a152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aevatar.Silo/Extensions/OrleansHostExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public static IHostBuilder UseOrleansConfiguration(this IHostBuilder hostBuilder
siloBuilder.UseAevatar()
.UseSignalR()
.RegisterHub<AevatarSignalRHub>();

}).ConfigureServices((context, services) =>
{
services.Configure<AzureOpenAIConfig>(context.Configuration.GetSection("AIServices:AzureOpenAI"));
Expand Down

0 comments on commit 493a152

Please sign in to comment.