Skip to content

Commit

Permalink
1.0.7.5 にバージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
komiyamma committed May 9, 2024
1 parent ec7f85e commit 90a1dc8
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- HmChatGPT35Turbo

Copyright (C) 2023 Akitsugu Komiyama
Copyright (C) 2023-2024 Akitsugu Komiyama


The MIT License (MIT)
Expand Down Expand Up @@ -31,9 +31,9 @@ SOFTWARE.



- Betalgo.OpenAI.GPT3
- Betalgo.OpenAI

Copyright (c) 2022 Betalgo
Copyright (c) 2022-2024 Betalgo


The MIT License (MIT)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified src/.vs/HmChatGPT35Turbo/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file modified src/.vs/HmChatGPT35Turbo/v17/.futdcache.v2
Binary file not shown.
Binary file modified src/.vs/HmChatGPT35Turbo/v17/.suo
Binary file not shown.
11 changes: 5 additions & 6 deletions src/.vs/HmChatGPT35Turbo/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"DockedWidth": 200,
"SelectedChildIndex": 2,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{a80febb4-e7e0-4147-b476-21aaf2453969}"
},
{
"$type": "Document",
"DocumentIndex": 1,
Expand All @@ -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",
Expand Down
Binary file modified src/.vs/ProjectEvaluation/hmchatgpt35turbo.metadata.v7.bin
Binary file not shown.
Binary file modified src/.vs/ProjectEvaluation/hmchatgpt35turbo.projects.v7.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions src/HmChatGPT35Turbo/HmChatGPT35Turbo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<EnableComHosting>true</EnableComHosting>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<BaseOutputPath>bin\$(PlatformTarget)</BaseOutputPath>
<Authors>Akitsugu Komiyama</Authors>
<Copyright>$(Authors)</Copyright>
<AssemblyVersion>1.0.7.3</AssemblyVersion>
<FileVersion>1.0.7.3</FileVersion>
<Version>1.0.7.3</Version>
<AssemblyVersion>1.0.7.5</AssemblyVersion>
<FileVersion>1.0.7.5</FileVersion>
<Version>1.0.7.5</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='x86'">
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -154,7 +154,7 @@
}
},
"libraries": {
"HmChatGPT35Turbo/1.0.7.3": {
"HmChatGPT35Turbo/1.0.7.5": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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以上)
Expand All @@ -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:
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -154,7 +154,7 @@
}
},
"libraries": {
"HmChatGPT35Turbo/1.0.7.3": {
"HmChatGPT35Turbo/1.0.7.5": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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以上)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10fc05b6830ce02775ffa9ec7042eb2c2053f09f8343928cae7d6da666727500
beacba3416478d7e521f2fbabb28cd65665f1f9f68537046bf0503d200903429
Original file line number Diff line number Diff line change
@@ -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"}}
{"{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"}}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/HmChatGPT35Turbo/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/HmChatGPT35Turbo/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 90a1dc8

Please sign in to comment.