Skip to content

Commit

Permalink
Merge pull request #11 from tghamm/feature/token-counter
Browse files Browse the repository at this point in the history
Fixes nuget assets
  • Loading branch information
tghamm authored Aug 19, 2023
2 parents b65bb7f + ea0dd24 commit ccdb52f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Anthropic.SDK/Anthropic.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@
</None>
</ItemGroup>
<ItemGroup>
<None Update="Tokens\anthropic_merges.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Tokens\anthropic_vocab.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="Tokens\anthropic_merges.txt">
<Pack>true</Pack>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
<Content Include="Tokens\anthropic_vocab.json">
<Pack>true</Pack>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
</Project>

0 comments on commit ccdb52f

Please sign in to comment.