From 2db46733928af7d8b12fb818e155a80d9023b1fa Mon Sep 17 00:00:00 2001 From: zhayujie Date: Mon, 26 Jun 2023 12:29:09 +0800 Subject: [PATCH] chore: fixed openai version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3f11ca7..7fec2c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -openai +openai>=0.27.8 HTMLParser>=0.0.2 PyQRCode>=1.2.1 qrcode>=7.4.2 requests>=2.28.2 chardet>=5.1.0 Pillow -pre-commit \ No newline at end of file +pre-commit