Skip to content

Commit

Permalink
support gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed May 14, 2024
1 parent d0cb678 commit 3c7f78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChatGPTSharp/Assets/ModelTokens.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"gpt-4o": 128000,
"gpt-4o-2024-05-13": 128000,
"gpt-4-turbo": 128000,
"gpt-4-turbo-2024-04-09": 128000,
"gpt-4-turbo-preview": 128000,
Expand Down
2 changes: 1 addition & 1 deletion ChatGPTSharp/ChatGPTSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/aiqinxuancai/ChatGPTSharp</RepositoryUrl>
<PackageTags>chatgpt;openai</PackageTags>
<Title>ChatGPTSharp</Title>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.2</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.3</VersionPrefix>
<UserSecretsId>4c177d5f-4337-454e-895d-41b94b987a07</UserSecretsId>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit 3c7f78f

Please sign in to comment.