diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index efb2945..e897b54 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -39,7 +39,7 @@ jobs: - name : Test with pytest Code Coverage run: | python -m pytest --cov=OpenAI - - name : Pip audit check - run: | - pip-audit + ##- name : Pip audit check + ##run: | + ##pip-audit diff --git a/app.py b/app.py index 62a4712..b8fbec9 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ + import openai import os @@ -98,3 +99,5 @@ async def gpt_exception_handler(request: Request, exc: GPTException): status_code=exc.status_code, content={"error": str(exc)}, ) + +