Skip to content

Commit 61b2209

Browse files
committed
test_proxy_function_calling_support_consistency
1 parent 359780b commit 61b2209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_litellm/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,8 @@ def reset_mock_cache(self):
981981
(
982982
"groq/llama-3.3-70b-versatile",
983983
"litellm_proxy/groq/llama-3.3-70b-versatile",
984-
False,
985-
), # This model doesn't support function calling
984+
True,
985+
),
986986
# Cohere models (generally don't support function calling)
987987
("command-nightly", "litellm_proxy/command-nightly", False),
988988
],

0 commit comments

Comments
 (0)