Skip to content

Commit 4d2ba70

Browse files
author
Piotr Stachaczynski
committed
feat: disable llamalogs in infer
1 parent 507d93f commit 4d2ba70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/MaIN.InferPage/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using MaIN.Core;
2+
using MaIN.Core.Hub;
23
using MaIN.Domain.Configuration;
34
using MaIN.Domain.Models.Concrete;
45
using MaIN.Domain.Models.Abstract;
@@ -138,7 +139,7 @@
138139
app.UseStaticFiles();
139140
app.UseAntiforgery();
140141
app.Services.UseMaIN();
141-
AIHub.DisableLLamaLogs();
142+
AIHub.Extensions.DisableLLamaLogs();
142143
app.MapRazorComponents<App>()
143144
.AddInteractiveServerRenderMode();
144145

0 commit comments

Comments
 (0)