mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
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:
parent
33454f75d0
commit
26e7bfb3cc
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue