Skip to content

Commit a916cef

Browse files
committed
Add OpenAI dependency
1 parent 30e7046 commit a916cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"typer>=0.9.0",
1717
"rich>=13.0.0",
1818
"pyyaml>=6.0",
19-
"huggingface_hub>=0.20.0"
19+
"huggingface_hub>=0.20.0",
20+
"openai>=2.7.2"
2021
]
2122

2223
[project.scripts]

0 commit comments

Comments
 (0)