We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d5a1a commit c9dd469Copy full SHA for c9dd469
requirements.txt
@@ -16,6 +16,7 @@ multidict==6.0.4
16
mypy-extensions==1.0.0
17
numexpr==2.8.5
18
numpy==1.25.2
19
+openai==0.28.0
20
packaging==23.1
21
pydantic==2.3.0
22
pydantic_core==2.6.3
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name='langdiversity',
10
packages=find_packages(exclude=['tests']),
11
- version='1.0.1',
+ version='1.0.3',
12
description='A tool to elevate your language models with insightful diversity metrics.',
13
long_description=long_description,
14
long_description_content_type="text/markdown",
@@ -35,6 +35,7 @@
35
'mypy-extensions==1.0.0',
36
'numexpr==2.8.5',
37
'numpy==1.25.2',
38
+ 'openai==0.28.0',
39
'packaging==23.1',
40
'pydantic==2.3.0',
41
'pydantic_core==2.6.3',
0 commit comments