Skip to content

Commit

Permalink
v35.4; fixed worker file
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 5, 2023
1 parent 0b8e1f1 commit 7102011
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion UniqueBibleAppVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35.03
35.04
2 changes: 1 addition & 1 deletion gui/Worker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config, sys, traceback, os, platform, openai, json
import config, sys, traceback, os, platform, openai, json, re
if config.qtLibrary == "pyside6":
from PySide6.QtCore import QRunnable, Slot, Signal, QObject, QThreadPool
else:
Expand Down
3 changes: 3 additions & 0 deletions latest_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in 35.04:
* fixed worker file

Changes in 35.03:
* fixed chat context inclusion in terminal mode

Expand Down
8 changes: 4 additions & 4 deletions patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1387,9 +1387,9 @@
(34.98, "file", "plugins/chatGPT/integrate google searches.py")
(35.01, "file", "plugins/chatGPT/000_UBA.py")
(35.01, "file", "plugins/menu/Bible Chat.py")
(35.02, "file", "gui/Worker.py")
(35.02, "file", "plugins/chatGPT/execute python code.py")
(35.03, "file", "util/LocalCliHandler.py")
(35.03, "file", "patches.txt")
(35.03, "file", "UniqueBibleAppVersion.txt")
(35.03, "file", "latest_changes.txt")
(35.04, "file", "gui/Worker.py")
(35.04, "file", "patches.txt")
(35.04, "file", "UniqueBibleAppVersion.txt")
(35.04, "file", "latest_changes.txt")

0 comments on commit 7102011

Please sign in to comment.