Skip to content

Commit

Permalink
Update openai version requirement to >=1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Aug 20, 2024
1 parent 0e530f7 commit 5892dc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 222 deletions.
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyQt6
PyPDF2
jsoncomment
pyserial
openai==1.3.7
openai>=1.3.7
consolemd
inputimeout
download
Expand All @@ -17,9 +17,6 @@ static-ffmpeg>=2.5
zcmds_win32>=1.2.12; platform_system=='Windows'
static-sox
json5
tiktoken>=0.7.0
# Needed by tiktoken
regex>=2023.12.25
pipx
GitPython
transcribe-anything>=2.7.27
Expand Down
173 changes: 0 additions & 173 deletions src/zcmds/util/streaming_console.py

This file was deleted.

45 changes: 0 additions & 45 deletions tests/test_streaming_console.py

This file was deleted.

0 comments on commit 5892dc4

Please sign in to comment.