Browse Source

fix: limit openai sdk version to prevent compatibility issues

master
zhayujie 1 year ago
parent
commit
099f859dd4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@@ -1,4 +1,4 @@
openai>=0.27.8
openai==0.27.8
HTMLParser>=0.0.2 HTMLParser>=0.0.2
PyQRCode>=1.2.1 PyQRCode>=1.2.1
qrcode>=7.4.2 qrcode>=7.4.2


Loading…
Cancel
Save