Skip to content

Commit

Permalink
.Net9
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Jan 22, 2025
1 parent f7a3f19 commit 6bf2330
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>.net8;.net7;netstandard2.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks>.net9;.net8;.net7;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Description>Supports gpt-4o, o1 models; auto-calculates tokens; enables continuous dialogues with conversationId; now includes Vision model image sending.</Description>
Expand Down

0 comments on commit 6bf2330

Please sign in to comment.