Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Dec 17, 2024
1 parent ee47768 commit 5459fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BE/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static async Task Main(string[] args)
builder.Services.AddScoped<JwtKeyManager>();
builder.Services.AddScoped<SessionManager>();
builder.Services.AddScoped<UserModelManager>();
builder.Services.AddSingleton<OpenAIApiKeySessionCache>();
builder.Services.AddScoped<OpenAIApiKeySessionManager>();
builder.Services.AddSingleton<HostUrlService>();
builder.Services.AddSingleton<ChatFactory>();
Expand Down

0 comments on commit 5459fb4

Please sign in to comment.