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 5e391dd commit 738afec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Windowsの場合は、Windowsの検索窓で「環境変数を編集」で検索

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

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

#### 3. 実行

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

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

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

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

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

### 1.2.1 (2024/07/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 @@ -553,7 +553,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 @@ -15,7 +15,7 @@
from chat_log import ChatLog

APP_NAME = "ZundaGPT2 Lite"
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 738afec

Please sign in to comment.