Skip another invalid notebook in the OpenAI repository (#10209)

We should consider another source for notebook ecosystem checks, these
constantly have syntax errors
This commit is contained in:
Zanie Blue 2024-03-03 09:41:31 -06:00 committed by GitHub
parent ba7f6783e9
commit fb05d218c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,8 @@ DEFAULT_TARGETS = [
"include": ["*.ipynb"],
# TODO(charlie): Re-enable after fixing typo.
"exclude": [
"examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb"
"examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb",
"examples/How_to_handle_rate_limits.ipynb",
],
},
),