diff --git a/License.txt b/License.txt index 089e150..e0cc385 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ - HmChatGPT35Turbo - Copyright (C) 2023 Akitsugu Komiyama + Copyright (C) 2023-2024 Akitsugu Komiyama The MIT License (MIT) @@ -31,9 +31,9 @@ SOFTWARE. -- Betalgo.OpenAI.GPT3 +- Betalgo.OpenAI - Copyright (c) 2022 Betalgo + Copyright (c) 2022-2024 Betalgo The MIT License (MIT) diff --git a/README.md b/README.md index f65f131..0b0bccc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![HmChatGPT35Turbo v1.0.7](https://img.shields.io/badge/HmChatGPT35Turbo-v1.0.7-6479ff.svg) ![ChatGPT 3.5 Turbo](https://img.shields.io/badge/ChatGPT-3.5_Turbo-6479ff.svg) +![ChatGPT 4 Turbo](https://img.shields.io/badge/ChatGPT-4_Turbo-6479ff.svg) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) ![Hidemaru 8.98](https://img.shields.io/badge/Hidemaru-v8.98-6479ff.svg) ![.NET 6.0](https://img.shields.io/badge/.NET-6.0-6479ff.svg) diff --git a/src/.vs/HmChatGPT35Turbo/DesignTimeBuild/.dtbcache.v2 b/src/.vs/HmChatGPT35Turbo/DesignTimeBuild/.dtbcache.v2 index 60b263b..b45b4b5 100644 Binary files a/src/.vs/HmChatGPT35Turbo/DesignTimeBuild/.dtbcache.v2 and b/src/.vs/HmChatGPT35Turbo/DesignTimeBuild/.dtbcache.v2 differ diff --git a/src/.vs/HmChatGPT35Turbo/FileContentIndex/1aba4b12-c5ce-4f9f-87a7-f73bacb17b31.vsidx b/src/.vs/HmChatGPT35Turbo/FileContentIndex/4cb67cff-ae20-44c3-b4f3-c9ecb4a376d4.vsidx similarity index 94% rename from src/.vs/HmChatGPT35Turbo/FileContentIndex/1aba4b12-c5ce-4f9f-87a7-f73bacb17b31.vsidx rename to src/.vs/HmChatGPT35Turbo/FileContentIndex/4cb67cff-ae20-44c3-b4f3-c9ecb4a376d4.vsidx index 201a799..f7f833d 100644 Binary files a/src/.vs/HmChatGPT35Turbo/FileContentIndex/1aba4b12-c5ce-4f9f-87a7-f73bacb17b31.vsidx and b/src/.vs/HmChatGPT35Turbo/FileContentIndex/4cb67cff-ae20-44c3-b4f3-c9ecb4a376d4.vsidx differ diff --git a/src/.vs/HmChatGPT35Turbo/v17/.futdcache.v2 b/src/.vs/HmChatGPT35Turbo/v17/.futdcache.v2 index 19e9e9b..ad00c02 100644 Binary files a/src/.vs/HmChatGPT35Turbo/v17/.futdcache.v2 and b/src/.vs/HmChatGPT35Turbo/v17/.futdcache.v2 differ diff --git a/src/.vs/HmChatGPT35Turbo/v17/.suo b/src/.vs/HmChatGPT35Turbo/v17/.suo index b2d6d1a..6907f49 100644 Binary files a/src/.vs/HmChatGPT35Turbo/v17/.suo and b/src/.vs/HmChatGPT35Turbo/v17/.suo differ diff --git a/src/.vs/HmChatGPT35Turbo/v17/DocumentLayout.json b/src/.vs/HmChatGPT35Turbo/v17/DocumentLayout.json index 49f3fb3..e7586dd 100644 --- a/src/.vs/HmChatGPT35Turbo/v17/DocumentLayout.json +++ b/src/.vs/HmChatGPT35Turbo/v17/DocumentLayout.json @@ -48,6 +48,10 @@ "DockedWidth": 200, "SelectedChildIndex": 2, "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{a80febb4-e7e0-4147-b476-21aaf2453969}" + }, { "$type": "Document", "DocumentIndex": 1, @@ -58,12 +62,7 @@ "RelativeToolTip": "HmChatGPT35Turbo\\WinFormCOMInterface.cs", "ViewState": "AQIAAEIAAAAAAAAAAAAIwEkAAAANAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-05-09T15:53:27.437Z", - "EditorCaption": "" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{a80febb4-e7e0-4147-b476-21aaf2453969}" + "WhenOpened": "2024-05-09T15:53:27.437Z" }, { "$type": "Document", diff --git a/src/.vs/ProjectEvaluation/hmchatgpt35turbo.metadata.v7.bin b/src/.vs/ProjectEvaluation/hmchatgpt35turbo.metadata.v7.bin index f1559e2..d0a5628 100644 Binary files a/src/.vs/ProjectEvaluation/hmchatgpt35turbo.metadata.v7.bin and b/src/.vs/ProjectEvaluation/hmchatgpt35turbo.metadata.v7.bin differ diff --git a/src/.vs/ProjectEvaluation/hmchatgpt35turbo.projects.v7.bin b/src/.vs/ProjectEvaluation/hmchatgpt35turbo.projects.v7.bin index 5bd9ed8..9f27f35 100644 Binary files a/src/.vs/ProjectEvaluation/hmchatgpt35turbo.projects.v7.bin and b/src/.vs/ProjectEvaluation/hmchatgpt35turbo.projects.v7.bin differ diff --git a/src/HmChatGPT35Turbo/HmChatGPT35Turbo.csproj b/src/HmChatGPT35Turbo/HmChatGPT35Turbo.csproj index 364747e..a578c34 100644 --- a/src/HmChatGPT35Turbo/HmChatGPT35Turbo.csproj +++ b/src/HmChatGPT35Turbo/HmChatGPT35Turbo.csproj @@ -6,13 +6,13 @@ true enable true - x64 + x86 bin\$(PlatformTarget) Akitsugu Komiyama $(Authors) - 1.0.7.3 - 1.0.7.3 - 1.0.7.3 + 1.0.7.5 + 1.0.7.5 + 1.0.7.5 diff --git a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll index 81e995a..8c0bb48 100644 Binary files a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll and b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll differ diff --git a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.deps.json b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.deps.json index fe47e8b..b338996 100644 --- a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.deps.json +++ b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { - "HmChatGPT35Turbo/1.0.7.3": { + "HmChatGPT35Turbo/1.0.7.5": { "dependencies": { "Betalgo.OpenAI": "7.4.6", "HmNetCOM": "2.0.7.9" @@ -154,7 +154,7 @@ } }, "libraries": { - "HmChatGPT35Turbo/1.0.7.3": { + "HmChatGPT35Turbo/1.0.7.5": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.dll b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.dll index 846d856..7899590 100644 Binary files a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.dll and b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.dll differ diff --git a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.mac b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.mac index 0e2d96e..9f28a6f 100644 --- a/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.mac +++ b/src/HmChatGPT35Turbo/bin/x64/Release/net6.0-windows/HmChatGPT35Turbo.mac @@ -1,7 +1,7 @@ /*-------------------------------------------- - * HmChatGPT35Turbo v1.0.7.4 + * HmChatGPT35Turbo v1.0.7.5 * - * Copyright (C) 2023 Akitsugu Komiyama + * Copyright (C) 2023-2024 Akitsugu Komiyama * under the MIT License * * (※秀丸エディタ v8.98以上) @@ -25,7 +25,7 @@ SET_MODEL: SET_MAXTOKENS: #MAXTOKENS = 4000; // この数値は概ね 使用対象のmodelの最大トークンの半分程度を使用するのが望ましい。 - // 「gpt-3.5-turbo なら 2000」「gpt-4 なら 4000」、「gpt-4-32k なら 16000」といった具合。 + // 「gpt-3.5-turbo なら 2000」「gpt-4-turbo なら 4000」が目安 SET_TOPMOST_TYPE: diff --git a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll index 1804630..2f064f8 100644 Binary files a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll and b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll differ diff --git a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.deps.json b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.deps.json index fe47e8b..b338996 100644 --- a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.deps.json +++ b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { - "HmChatGPT35Turbo/1.0.7.3": { + "HmChatGPT35Turbo/1.0.7.5": { "dependencies": { "Betalgo.OpenAI": "7.4.6", "HmNetCOM": "2.0.7.9" @@ -154,7 +154,7 @@ } }, "libraries": { - "HmChatGPT35Turbo/1.0.7.3": { + "HmChatGPT35Turbo/1.0.7.5": { "type": "project", "serviceable": false, "sha512": "" diff --git a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.dll b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.dll index e190bd7..e676e69 100644 Binary files a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.dll and b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.dll differ diff --git a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.mac b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.mac index 1fdeadf..9f28a6f 100644 --- a/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.mac +++ b/src/HmChatGPT35Turbo/bin/x86/Release/net6.0-windows/HmChatGPT35Turbo.mac @@ -1,7 +1,7 @@ /*-------------------------------------------- - * HmChatGPT35Turbo v1.0.7.4 + * HmChatGPT35Turbo v1.0.7.5 * - * Copyright (C) 2023 Akitsugu Komiyama + * Copyright (C) 2023-2024 Akitsugu Komiyama * under the MIT License * * (※秀丸エディタ v8.98以上) diff --git a/src/HmChatGPT35Turbo/obj/HmChatGPT35Turbo.csproj.nuget.dgspec.json b/src/HmChatGPT35Turbo/obj/HmChatGPT35Turbo.csproj.nuget.dgspec.json index c76e9e9..3be9dda 100644 --- a/src/HmChatGPT35Turbo/obj/HmChatGPT35Turbo.csproj.nuget.dgspec.json +++ b/src/HmChatGPT35Turbo/obj/HmChatGPT35Turbo.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "G:\\repogitory\\hm_openai_chatgpt35_turbo\\src\\HmChatGPT35Turbo\\HmChatGPT35Turbo.csproj": { - "version": "1.0.7.3", + "version": "1.0.7.5", "restore": { "projectUniqueName": "G:\\repogitory\\hm_openai_chatgpt35_turbo\\src\\HmChatGPT35Turbo\\HmChatGPT35Turbo.csproj", "projectName": "HmChatGPT35Turbo", diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfo.cs b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfo.cs index fc4c969..ad2bc9b 100644 --- a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfo.cs +++ b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfo.cs @@ -14,11 +14,11 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("Akitsugu Komiyama")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Akitsugu Komiyama")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.7.3")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7.3+d10c09f6ba523a7b1248d6c4de401119aff17d34")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.7.5")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7.5+ec7f85ed6cc9c76c1c415a6988aa573dd86e07d1")] [assembly: System.Reflection.AssemblyProductAttribute("HmChatGPT35Turbo")] [assembly: System.Reflection.AssemblyTitleAttribute("HmChatGPT35Turbo")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.7.3")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.7.5")] [assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfoInputs.cache b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfoInputs.cache index 9026d3d..83c7de5 100644 --- a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfoInputs.cache +++ b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.AssemblyInfoInputs.cache @@ -1 +1 @@ -10fc05b6830ce02775ffa9ec7042eb2c2053f09f8343928cae7d6da666727500 +beacba3416478d7e521f2fbabb28cd65665f1f9f68537046bf0503d200903429 diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.clsidmap b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.clsidmap index 943aca9..4405352 100644 --- a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.clsidmap +++ b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.clsidmap @@ -1 +1 @@ -{"{cf709244-a284-419e-832d-0b354ee2950d}":{"type":"HmNetCOM.HmMacroCOMVar","assembly":"HmChatGPT35Turbo, Version=1.0.7.3, Culture=neutral, PublicKeyToken=null","progid":"HmNetCOM.HmMacroCOMVar"},"{bccbe82c-56e1-4056-ae7c-3c4f62806732}":{"type":"HmOpenAIChatGpt35Turbo.HmChatGPT35Turbo","assembly":"HmChatGPT35Turbo, Version=1.0.7.3, Culture=neutral, PublicKeyToken=null","progid":"HmOpenAIChatGpt35Turbo.HmChatGPT35Turbo"},"{9818f69e-a37d-4a03-bca1-c4c172366473}":{"type":"HmOpenAIChatGpt35Turbo.HmChatGPT35TurboSharedMemory","assembly":"HmChatGPT35Turbo, Version=1.0.7.3, Culture=neutral, PublicKeyToken=null","progid":"HmOpenAIChatGpt35Turbo.HmChatGPT35TurboSharedMemory"}} \ No newline at end of file +{"{cf709244-a284-419e-832d-0b354ee2950d}":{"type":"HmNetCOM.HmMacroCOMVar","assembly":"HmChatGPT35Turbo, Version=1.0.7.5, Culture=neutral, PublicKeyToken=null","progid":"HmNetCOM.HmMacroCOMVar"},"{bccbe82c-56e1-4056-ae7c-3c4f62806732}":{"type":"HmOpenAIChatGpt35Turbo.HmChatGPT35Turbo","assembly":"HmChatGPT35Turbo, Version=1.0.7.5, Culture=neutral, PublicKeyToken=null","progid":"HmOpenAIChatGpt35Turbo.HmChatGPT35Turbo"},"{9818f69e-a37d-4a03-bca1-c4c172366473}":{"type":"HmOpenAIChatGpt35Turbo.HmChatGPT35TurboSharedMemory","assembly":"HmChatGPT35Turbo, Version=1.0.7.5, Culture=neutral, PublicKeyToken=null","progid":"HmOpenAIChatGpt35Turbo.HmChatGPT35TurboSharedMemory"}} \ No newline at end of file diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll index 81e995a..2f064f8 100644 Binary files a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll and b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.comhost.dll differ diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.dll b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.dll index 846d856..e676e69 100644 Binary files a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.dll and b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/HmChatGPT35Turbo.dll differ diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/ref/HmChatGPT35Turbo.dll b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/ref/HmChatGPT35Turbo.dll index 2646212..d30469f 100644 Binary files a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/ref/HmChatGPT35Turbo.dll and b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/ref/HmChatGPT35Turbo.dll differ diff --git a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/refint/HmChatGPT35Turbo.dll b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/refint/HmChatGPT35Turbo.dll index 2646212..d30469f 100644 Binary files a/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/refint/HmChatGPT35Turbo.dll and b/src/HmChatGPT35Turbo/obj/Release/net6.0-windows/refint/HmChatGPT35Turbo.dll differ diff --git a/src/HmChatGPT35Turbo/obj/project.assets.json b/src/HmChatGPT35Turbo/obj/project.assets.json index 6faf28e..f588c29 100644 --- a/src/HmChatGPT35Turbo/obj/project.assets.json +++ b/src/HmChatGPT35Turbo/obj/project.assets.json @@ -593,7 +593,7 @@ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { - "version": "1.0.7.3", + "version": "1.0.7.5", "restore": { "projectUniqueName": "G:\\repogitory\\hm_openai_chatgpt35_turbo\\src\\HmChatGPT35Turbo\\HmChatGPT35Turbo.csproj", "projectName": "HmChatGPT35Turbo", diff --git a/src/HmChatGPT35Turbo/obj/project.nuget.cache b/src/HmChatGPT35Turbo/obj/project.nuget.cache index f6ccbb7..59c8c9c 100644 --- a/src/HmChatGPT35Turbo/obj/project.nuget.cache +++ b/src/HmChatGPT35Turbo/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "9OxMGYj82xGEObcNoaoA7N7nUWo9hgO8ismd7bxT/7aHkx6Lgka8DTp3Ss1jOp+UbK6pukpfljGyLChRb1t3PQ==", + "dgSpecHash": "kfse0DaTs4gTj0ty77GWwzhlzlSbVpAq+nwJLVyvBlQVe8TAD6PyaeN6Q+iwzg8Jwi8Ofsk6XERp+Iq3Dlzv2A==", "success": true, "projectFilePath": "G:\\repogitory\\hm_openai_chatgpt35_turbo\\src\\HmChatGPT35Turbo\\HmChatGPT35Turbo.csproj", "expectedPackageFiles": [