Hi guys, I'm using the llama_chat_agent. However, each time he agent try to access a tool (index) this following error occurs --> AttributeError: 'ChatOpenAI' object has no attribute 'total_tokens_used' Does someone has faced this too ?
I'm pretty sure (judging by the code sample posted earlier), you need to wrap the llm with the LLMPredictor class before putting it into the query kwargs