the math question or the wikipedia question had below outputs,
Finished chain.
{‘input’: ‘What is the 25% of 300?’,
‘output’: ‘Agent stopped due to iteration limit or time limit.’}
Observation: Invalid or incomplete response
Thought:
Finished chain.
Not sure, this is because of OpenAI Api problem or something to do with langchain. My understanding Langchain is working as a library not an online API.
Were you able to figure this out? I’m running into the same issue with this part of the Agents lesson. It seems to not be able to access the Calculator or Wikipedia tools.
When using it with the Calculator, this is what happens:
Couldn’t verify as calls to OpenAI got blocked with this message , RateLimitError: exceeded quota for this month.
I will try later running the notebooks from local system with the setup and let you know on my observation.
Thanks for the answer.
you are correct , in the video around 8 20 mins, it shows response with chase and fusion in the positions as you mentioned. Sorry couldn’t check from my side as i couldn’t get the notebook running. Did you change anything with respect to the query ?
Yes I have the same result when I run the code in the Notebook. I tried prompting to only sort by last name and the result is the same. And ‘Fusion’ should come after ‘Former’ right? So anyone knows why the result is wrong?