add config.yaml
This commit is contained in:
parent
1d0eaac3d4
commit
78c48e4196
@ -8,6 +8,14 @@
|
|||||||
<DockerfileContext>.</DockerfileContext>
|
<DockerfileContext>.</DockerfileContext>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="config.yaml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="config.yaml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
|
||||||
|
|||||||
@ -10,7 +10,8 @@
|
|||||||
},
|
},
|
||||||
"Container (Dockerfile)": {
|
"Container (Dockerfile)": {
|
||||||
"commandName": "Docker",
|
"commandName": "Docker",
|
||||||
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/WeatherForecast",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_HTTP_PORTS": "8080"
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
||||||
},
|
},
|
||||||
|
|||||||
6
HA_Chat/config.yaml
Normal file
6
HA_Chat/config.yaml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user