From de920a6a44bce602ac74457282dae8b6ac338664 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 6 Mar 2024 13:49:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20openai=20=E5=AE=89=E8=A3=85=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82b603bb3..df9fdd696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ filetype = "^1.2.0" chardet = "^5.2.0" sentence-transformers = "^2.2.2" blinker = "^1.6.3" -openai = "^^1.13.3" +openai = "^1.13.3" tiktoken = "^0.5.1" qianfan = "^0.1.1" pycryptodome = "^3.19.0"