Skip to content

Commit

Permalink
v35.23 specify openai version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Dec 23, 2023
1 parent 143b5cf commit fd84836
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.22
35.23
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.23:
* specify openai package version

Changes in 35.22:
* 'ctrl+q' or 'ctrl+z' to stop bible audio 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 @@ -1367,7 +1367,6 @@
(34.95, "file", "lang/language_ru.py")
(34.95, "file", "lang/language_zh_HANS.py")
(34.95, "file", "lang/language_zh_HANT.py")
(34.96, "file", "util/checkup.py")
(34.97, "file", "gui/MainWindow.py")
(34.98, "file", "plugins/chatGPT/integrate google searches.py")
(35.01, "file", "plugins/chatGPT/000_UBA.py")
Expand All @@ -1390,6 +1389,7 @@
(35.22, "file", "util/RemoteCliHandler.py")
(35.22, "file", "util/LocalCliHandler.py")
(35.22, "file", "util/TextCommandParser.py")
(35.22, "file", "UniqueBibleAppVersion.txt")
(35.22, "file", "latest_changes.txt")
(35.22, "file", "patches.txt")
(35.23, "file", "util/checkup.py")
(35.23, "file", "UniqueBibleAppVersion.txt")
(35.23, "file", "latest_changes.txt")
(35.23, "file", "patches.txt")
2 changes: 1 addition & 1 deletion util/checkup.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def runTerminalMode():
("bcrypt", "Modern password hashing for your software and your servers", isBcryptInstalled),
("validators", "Python Data Validation for Humans", isValidatorsInstalled),
("pydub", "Manipulate audio", isPydubInstalled),
("openai", "Python client library for the OpenAI API", isOpenaiInstalled),
("openai==0.28.1", "Python client library for the OpenAI API", isOpenaiInstalled),
("llama-index", "Lama Index (GPT Index)", isLlamaIndexInstalled),
("SpeechRecognition", "Library for performing speech recognition", isSpeechRecognitionInstalled),
("pocketsphinx", "Python bindings for PocketSphinx", isPocketSphinxInstalled),
Expand Down

0 comments on commit fd84836

Please sign in to comment.