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
if llm_request.model and llm_request.model.startswith('gemini-2'):
...
else:
raise ValueError(
f'Code execution tool is not supported for model {llm_request.model}'
)
This is a joke right