Find answers from the community

Updated 4 months ago

Hi all, is anyone getting a : TypeError

Hi all, is anyone getting a : TypeError: Client.chat() got an unexpected keyword argument 'tools' : following along with the starter tutorial for local models using llama3 ? the issue is originating from llama_index\llms\ollama\base.py:290 where tools is being passed in to the response and isnt being expected apparently ..
W
B
8 comments
Can you share the full traceback, will help in debug the issue better
running on anacocda+jupyter on windows, copy and paste of the starter local exmaple on the website, https://docs.llamaindex.ai/en/stable/getting_started/starter_example_local/
not passing the tools argument
ive spent the past few hours rebuilding the whole environment and it seems to be working now, im really not sure what has happened..
Maybe some dependencies were not installed correctly
Glad though it's resolved for you
thanks for the follow up
Add a reply
Sign up and join the conversation on Discord