Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
led-mirage committed Jul 6, 2024
1 parent ae9ae3a commit 489cbc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Windowsの場合は、Windowsの検索窓で「環境変数を編集」で検索

以下のリンクから ZundaGPT2.ZIP をダウンロードして、作成したフォルダに展開するのだ。

https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.2.0
https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.2.1

#### 3. 実行

Expand Down Expand Up @@ -183,9 +183,9 @@ OpenAIやGoogle GeminiのAPIキーはあなただけのものなので、人に
これが嫌な人は(ボクも嫌だけど)、Python本体をインストールしてPythonから普通に実行して欲しいのだ。実行ファイルのほうが手軽だし、そのほうがPythonに詳しくない人にとっては簡単なんだけど、誤認問題がついて回ることは覚えておいて欲しいのだ。

VirusTotalでのチェック結果は以下の通りなのだ。
74個中5個のアンチウィルスエンジンで検出 :2024/06/23 v1.2.0)。
74個中4個のアンチウィルスエンジンで検出 :2024/07/06 v1.2.1)。

<img src="doc/virustotal_1.2.0.png" width="600">
<img src="doc/virustotal_1.2.1.png" width="600">

### ⚡ 免責事項

Expand Down Expand Up @@ -374,3 +374,8 @@ VirusTotalでのチェック結果は以下の通りなのだ。

- アプリケーションアイコンの追加
- 印刷する場合、codeブロックの中のテキストを右端で折り返すように修正

### 1.2.1 (2024/7/06)

- 回答表示処理中にブラウザでエラー(OUT OF MEMORYなど)が発生する場合がある問題に対処
parsedSentenceメソッド中のMathJax.typesetPromise()をコメントアウト
2 changes: 1 addition & 1 deletion app/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
// Pythonから呼び出される関数
// センテンスの読み上げが終わったときに呼び出される
function parsedSentence(sentence) {
MathJax.typesetPromise();
//MathJax.typesetPromise();
}

// Pythonから呼び出される関数
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from chat_log import ChatLog

APP_NAME = "ZundaGPT2"
APP_VERSION = "1.2.0"
APP_VERSION = "1.2.1"
COPYRIGHT = "Copyright 2024 led-mirage"

# アプリケーションクラス
Expand Down
Binary file added doc/virustotal_1.2.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 489cbc2

Please sign in to comment.