Changes
Build and Push Docker Images / build (push) Failing after 6s

This commit is contained in:
2026-05-06 18:12:40 +03:00
parent b154fe51c3
commit 5db34b9731
22 changed files with 82 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Shared.Models.Settings
{
public class AiSettings
{
public string Provider { get; set; } = "OpenAI";
}
}