From 2f9dac6238ea97b5ece31221fa3b8b5d09808281 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 1 Jun 2024 20:56:33 -0700 Subject: [PATCH] test - test gpt-3.5-turbo on test_parallel_streaming_requests --- litellm/tests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 25f36826d2f..92b798d84ca 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -1390,6 +1390,7 @@ def test_bedrock_claude_3_streaming(): [ "claude-3-opus-20240229", "cohere.command-r-plus-v1:0", # bedrock + "gpt-3.5-turbo", "databricks/databricks-dbrx-instruct", # databricks "predibase/llama-3-8b-instruct", # predibase "replicate/meta/meta-llama-3-8b-instruct", # replicate