Merge pull request #975 from GreenShadeZhang/dev_fix_pizza

Dev fix pizza Demo
This commit is contained in:
Haiping 2025-04-01 14:42:51 -05:00 committed by GitHub
commit 6f075e87d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -22,6 +22,13 @@
<PackageReference Include="BotSharp.Plugin.ChatHub" />
</ItemGroup>
<Target Name="CombinedNugetPackage" BeforeTargets="PrepareForRun" Condition="$(SolutionName)=='PizzaBot'">
<ItemGroup>
<CoreContentFiles Include="$(NuGetPackageRoot)botsharp.core\$(BotSharpVersion)\content\data\**\*.*" />
</ItemGroup>
<Copy SourceFiles="@(CoreContentFiles)" DestinationFolder="$(OutputPath)data\%(RecursiveDir)" />
</Target>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" />

View file

@ -151,6 +151,19 @@
"PromptCost": 0.00002
}
]
},
{
"Provider": "deepseek-ai",
"Models": [
{
"Name": "deepseek-chat",
"ApiKey": "",
"Endpoint": "https://api.deepseek.com/v1/",
"Type": "chat",
"PromptCost": 0.0015,
"CompletionCost": 0.002
}
]
}
],