mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test: set verbose for test
This commit is contained in:
parent
d07c813ef9
commit
e342ecd873
1 changed files with 1 additions and 1 deletions
|
@ -2035,7 +2035,7 @@ async def test_azure_astreaming_and_function_calling():
|
||||||
|
|
||||||
|
|
||||||
def test_completion_claude_3_function_call_with_streaming():
|
def test_completion_claude_3_function_call_with_streaming():
|
||||||
# litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
tools = [
|
tools = [
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue