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