Unable to run first agent template
#112
by
atamustafa1987
- opened
I've added the already provided tool "get_current_time_in_timezone" in CodeAgent:
tools=[final_answer, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
but on UI, it provides no response at all on any input. just displaying my input.
How can i resolve it
you need to change the model to
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud' .
The old model is probably overloaded.
@Ayushmukherjee Same here and the problem is solved. Thank you for your information😄