diff --git a/src/custom_skills/VectorEmbed/__init__.py b/src/custom_skills/VectorEmbed/__init__.py index ac67e8b..e11225b 100644 --- a/src/custom_skills/VectorEmbed/__init__.py +++ b/src/custom_skills/VectorEmbed/__init__.py @@ -14,7 +14,9 @@ ) REQUEST_SCHEMA_PATH = os.path.join(os.path.dirname(__file__), "request_schema.json") -TRANSIENT_OPENAI_ERRORS = (openai.RateLimitError, openai.APIConnectionError, openai.APITimeoutError, openai.InternalServerError) +TRANSIENT_OPENAI_ERRORS = ( + openai.RateLimitError, openai.APIConnectionError, openai.APITimeoutError, openai.InternalServerError +) def function_vector_embed(req: func.HttpRequest) -> func.HttpResponse: