This website works better with JavaScript
Home
Explore
Help
Sign In
tanlie
/
chatgpt-on-wechat
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: limit openai sdk version to prevent compatibility issues
zhayujie
2 years ago
parent
058c167f79
commit
099f859dd4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
PyQRCode>=1.2.1
qrcode>=7.4.2