File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 99 </ItemGroup >
1010
1111 <PropertyGroup Label =" Nuget" >
12- <Version >2.0.3 </Version >
12+ <Version >2.1.0 </Version >
1313 <Description >The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.</Description >
1414 <PackageTags >chatgpt;openai;tiktoken;tokens;gpt-4;gpt-3.5-turbo;cl100k_base;p50k_base</PackageTags >
1515 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
2525 <None Include =" $(MSBuildThisFileDirectory)../../README.md" Pack =" true" PackagePath =" \" Visible =" false" />
2626 </ItemGroup >
2727
28- <PropertyGroup Label =" Local NuGet Packages" >
29- <GeneratePackageOnBuild Condition =" '$(CI)' != 'true'" >true</GeneratePackageOnBuild >
30- <PackageOutputPath Condition =" '$(CI)' != 'true'" >$(MSBuildThisFileDirectory)../../../LocalPackages</PackageOutputPath >
31- </PropertyGroup >
32-
3328 <ItemGroup Label =" Source Link" >
3429 <PackageReference Include =" DotNet.ReproducibleBuilds" >
3530 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments