add config.yaml

This commit is contained in:
mark 2024-12-19 19:24:30 +02:00
parent 1d0eaac3d4
commit 78c48e4196
3 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,14 @@
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<None Remove="config.yaml" />
</ItemGroup>
<ItemGroup>
<Content Include="config.yaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />

View File

@ -10,7 +10,8 @@
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/WeatherForecast",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080"
},

6
HA_Chat/config.yaml Normal file
View File

@ -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