This commit is contained in:
2026-04-24 00:33:50 +03:30
parent 8786470134
commit 5efd41754a
46 changed files with 1104 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ namespace xAiApi.AI.DI
this IServiceCollection services
)
{
//
services.AddSingleton<IXAIService, XAIService>();
}