Skip to content

Commit

Permalink
add nuget taget
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Apr 28, 2024
1 parent a706d89 commit 6187de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatGPTSharp/ChatGPTSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks>.net8;.net7;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Description>Supports GPT-4V, GPT-3.5 models; auto-calculates request tokens; enables continuous dialogues with conversation IDs; now includes Vision model image sending.</Description>
Expand Down

0 comments on commit 6187de6

Please sign in to comment.