Merge pull request #975 from GreenShadeZhang/dev_fix_pizza
Dev fix pizza Demo
This commit is contained in:
commit
6f075e87d1
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue