diff --git a/setup.py b/setup.py index e32e514..62b65f4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "datasets", "tiktoken", "nltk", - "openai~=1.12.0", + "openai", "pyyaml~=6.0.1", "pyarrow==15.0.2", "llama-index==0.11.10", @@ -70,4 +70,4 @@ include_package_data=True, python_requires=">=3.8.0", zip_safe=False, -) \ No newline at end of file +)