Revert test expectation change for groq/gemma-7b-it

- Restore original test expectation of True for groq/gemma-7b-it
- The proper fix would be to add the model to model_prices_and_context_window.json
- Reverting the workaround that changed the test expectation
This commit is contained in:
Alexsander Hamir 2026-01-01 11:08:37 -08:00
parent 33454f75d0
commit 26e7bfb3cc

View file

@ -1064,8 +1064,7 @@ class TestProxyFunctionCalling:
("gemini/gemini-1.5-pro", "litellm_proxy/gemini/gemini-1.5-pro", True),
("gemini/gemini-1.5-flash", "litellm_proxy/gemini/gemini-1.5-flash", True),
# Groq models (mixed support)
# Note: groq/gemma-7b-it is not in model_prices_and_context_window.json, so supports_function_calling returns False
("groq/gemma-7b-it", "litellm_proxy/groq/gemma-7b-it", False),
("groq/gemma-7b-it", "litellm_proxy/groq/gemma-7b-it", True),
(
"groq/llama-3.3-70b-versatile",
"litellm_proxy/groq/llama-3.3-70b-versatile",