From 3e8cecc03b18d1612e0b5426d11db052e26f7f61 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 4 Mar 2024 08:29:16 -0800 Subject: [PATCH] (fix) test streaming --- litellm/tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index 083953f5748..5767a944b23 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -348,7 +348,7 @@ def test_completion_claude_stream(): }, ] response = completion( - model="claude-instant-1", messages=messages, stream=True, max_tokens=50 + model="claude-instant-1.2", messages=messages, stream=True, max_tokens=50 ) complete_response = "" # Add any assertions here to check the response