File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2222 <PackageReference Include =" BotSharp.Plugin.ChatHub" />
2323 </ItemGroup >
2424
25+ <Target Name =" CombinedNugetPackage" BeforeTargets =" PrepareForRun" Condition =" $(SolutionName)=='PizzaBot'" >
26+ <ItemGroup >
27+ <CoreContentFiles Include =" $(NuGetPackageRoot)botsharp.core\$(BotSharpVersion)\content\data\**\*.*" />
28+ </ItemGroup >
29+
30+ <Copy SourceFiles =" @(CoreContentFiles)" DestinationFolder =" $(OutputPath)data\%(RecursiveDir)" />
31+ </Target >
2532 <ItemGroup >
2633 <PackageReference Include =" Microsoft.AspNetCore.SignalR.StackExchangeRedis" />
2734 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" />
Original file line number Diff line number Diff line change 151151 "PromptCost" : 0.00002
152152 }
153153 ]
154+ },
155+ {
156+ "Provider" : " deepseek-ai" ,
157+ "Models" : [
158+ {
159+ "Name" : " deepseek-chat" ,
160+ "ApiKey" : " " ,
161+ "Endpoint" : " https://api.deepseek.com/v1/" ,
162+ "Type" : " chat" ,
163+ "PromptCost" : 0.0015 ,
164+ "CompletionCost" : 0.002
165+ }
166+ ]
154167 }
155168 ],
156169
You can’t perform that action at this time.
0 commit comments