AiPromptUrl per Config

This commit is contained in:
2026-04-21 14:39:48 +02:00
parent 14beb46c1b
commit 6534ee072b
5 changed files with 8 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ namespace AICore.Facade
private ILog _logger;
public AiPromptsApiClient()
public AiPromptsApiClient(string url)
{
var base_url = "https://test2.evplaner.de";
var base_url = url;
_logger = LoggerUtils.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);