diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index e8ea6a705..f42c2cc8f 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -6,6 +6,7 @@ tiktoken importlib_metadata baseten cohere +redis replicate anthropic gptcache diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 87adbc2aa..c97abb4ba 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -379,6 +379,19 @@ def test_completion_azure(): except Exception as e: pytest.fail(f"Error occurred: {e}") +# new azure test for using litellm. vars +# def test_completion_azure(): +# try: +# print("azure gpt-3.5 test\n\n") +# response = completion( +# model="azure/chatgpt-v-2", +# messages=messages, +# ) +# # Add any assertions here to check the response +# print(response) +# except Exception as e: +# pytest.fail(f"Error occurred: {e}") + def test_completion_azure_deployment_id(): try: