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 ac60741 commit 19bd9b5Copy full SHA for 19bd9b5
.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
173
- name: Install dependencies
174
run: |
175
make full;
176
- poetry add "openai>=1.x" jupyter nbconvert cohere;
+ poetry add "openai>=1.2.4" jupyter nbconvert cohere;
177
- name: Check for pypdfium2
178
run: poetry run pip show pypdfium2
179
- name: Huggingface Hub Login
.github/workflows/examples_check.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments