Skip to content

Commit

Permalink
Merge pull request #1803 from solliancenet/cjg-semantic-kernal-fix
Browse files Browse the repository at this point in the history
Semantic kernal fix
  • Loading branch information
ciprianjichici authored Oct 7, 2024
2 parents 3a91de0 + 18caedb commit 55ddb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dotnet/SemanticKernelAPI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public static void Main(string[] args)
options.Select(AppConfigurationKeyFilters.FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials);
options.Select(AppConfigurationKeyFilters.FoundationaLLM_ResourceProviders_Configuration_Storage);
options.Select(AppConfigurationKeyFilters.FoundationaLLM_ResourceProviders_AIModel_Storage);
}));
if (builder.Environment.IsDevelopment())
builder.Configuration.AddJsonFile("appsettings.development.json", true, true);
Expand Down

0 comments on commit 55ddb84

Please sign in to comment.