From 78c48e4196c93d26827b2a1183691a03face6f51 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 19 Dec 2024 19:24:30 +0200 Subject: [PATCH] add config.yaml --- HA_Chat/HA_Chat.csproj | 8 ++++++++ HA_Chat/Properties/launchSettings.json | 3 ++- HA_Chat/config.yaml | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 HA_Chat/config.yaml diff --git a/HA_Chat/HA_Chat.csproj b/HA_Chat/HA_Chat.csproj index a0c88ad..c126841 100644 --- a/HA_Chat/HA_Chat.csproj +++ b/HA_Chat/HA_Chat.csproj @@ -8,6 +8,14 @@ . + + + + + + + + diff --git a/HA_Chat/Properties/launchSettings.json b/HA_Chat/Properties/launchSettings.json index bfca692..17f0230 100644 --- a/HA_Chat/Properties/launchSettings.json +++ b/HA_Chat/Properties/launchSettings.json @@ -10,7 +10,8 @@ }, "Container (Dockerfile)": { "commandName": "Docker", - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/WeatherForecast", "environmentVariables": { "ASPNETCORE_HTTP_PORTS": "8080" }, diff --git a/HA_Chat/config.yaml b/HA_Chat/config.yaml new file mode 100644 index 0000000..212b5a1 --- /dev/null +++ b/HA_Chat/config.yaml @@ -0,0 +1,6 @@ +name: AI Chat +version: "1.0.1" +slug: ai_chat +description: Adds a conversation agent by calling a .net service which in turn calls a llm. +arch: + - amd64 \ No newline at end of file