diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..d9d7b13 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/TypeChatExamples/Program.cs b/TypeChatExamples/Program.cs index 636abab..69b789c 100644 --- a/TypeChatExamples/Program.cs +++ b/TypeChatExamples/Program.cs @@ -17,9 +17,6 @@ }); }); -// Add HttpContextAccessor so we can access the current HttpContext in Services -builder.Services.AddHttpContextAccessor(); - var app = builder.Build(); // Configure the HTTP request pipeline.