Skip to content

Commit 3815fd3

Browse files
authored
MMI-3387 Add AI report summary (#2541) (#2545)
Publish tno-core:1.0.32 Add DB migration 1.4.1 Fix linting
1 parent b6fee87 commit 3815fd3

File tree

2,815 files changed

+21392
-11376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,815 files changed

+21392
-11376
lines changed

api/net/TNO.API.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
1616
<PackageReference Include="Microsoft.AspnetCore.Authentication.jwtBearer" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
18+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.9" />
1819
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.1" />
1920
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="7.0.0" />
2021
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />

api/net/appsettings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,11 @@
118118
"Watch": {
119119
"IsEnabled": false,
120120
"SendTo": ""
121+
},
122+
"Azure": {
123+
"AI": {
124+
"ProjectEndpoint": "",
125+
"ModelDeploymentName": ""
126+
}
121127
}
122128
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)