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 the tool call fails, low-tier LLM and sometimes high-tier LLM are called to debug the tool call as part of error handling.
Deprecated models like GPT-4o are used, causing issues as they do not work.
Expected results:
Elitea should automatically choose the default low-tier model from the configuration for error handling.
If the default model is not selected or is unavailable, Elitea should select the next available model from the list, ensuring that tuned-off or deprecated models are not used.
Other info:
The issue is specific to error handling during failed tool calls in the Next environment.
Proper model selection logic should be implemented to avoid using deprecated models.