(test) try replicate test streaming with verbose mode

This commit is contained in:
ishaan-jaff 2023-10-12 15:48:20 -07:00
parent edc1a2f86d
commit 83ac1ec91a

View file

@ -591,6 +591,7 @@ def test_completion_claude_stream_bad_key():
def test_completion_replicate_stream():
try:
litellm.set_verbose = True
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{