mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(test) try replicate test streaming with verbose mode
This commit is contained in:
parent
edc1a2f86d
commit
83ac1ec91a
1 changed files with 1 additions and 0 deletions
|
@ -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."},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue