diff --git a/litellm/tests/test_supabase_integration.py b/litellm/tests/test_supabase_integration.py index abfa4be18b..6c7c53d59e 100644 --- a/litellm/tests/test_supabase_integration.py +++ b/litellm/tests/test_supabase_integration.py @@ -24,5 +24,6 @@ # #openai call # response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}]) +# fix # #bad request call # response = completion(model="chatgpt-test", messages=[{"role": "user", "content": "Hi 👋 - i'm a bad request"}]) diff --git a/pyproject.toml b/pyproject.toml index 3314cd11e9..e80ff7c7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "^3.8" openai = "^0.27.8" python-dotenv = "^1.0.0" tiktoken = "^0.4.0" +importlib_metadata [build-system] requires = ["poetry-core"]