You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use tool calling with together_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo model litellm throws the following error:
litellm.exceptions.UnsupportedParamsError: litellm.UnsupportedParamsError: together_ai does not support parameters: {'tools': ...
But it works with together_ai/meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo model
Relevant log output
E litellm.exceptions.UnsupportedParamsError: litellm.UnsupportedParamsError: together_ai does not support parameters: {'tools': [{'type': 'function', 'function': {'name': 'random_number', 'description': 'Get a random number between two numbers.', 'parameters': {'type': 'object', 'properties': {'num_a': {'type': 'integer'}, 'num_b': {'type': 'integer'}}, 'required': ['num_a', 'num_b']}}}]}, for model=meta-llama/Llama-3.3-70B-Instruct-Turbo-Free. To drop these, se
t `litellm.drop_params=True` or for proxy:
E
E `litellm_settings:E drop_params: true`
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.58.2
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered:
What happened?
When trying to use tool calling with together_ai/meta-llama/Llama-3.3-70B-Instruct-Turbo model litellm throws the following error:
litellm.exceptions.UnsupportedParamsError: litellm.UnsupportedParamsError: together_ai does not support parameters: {'tools': ...
But it works with together_ai/meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo model
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.58.2
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: