-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'toolCalls') #860
Comments
I have this issue too, tried the docker installation too , hope they fix it |
same issue here |
can you try other provider? |
Same issue here, i have tried using Node.js on local computer |
same issue with me |
The same issue even if I used other providers. I tested it using this providers: Anyway, it worked with local OLlama (Llama 3.1 (8B)). Device: EDIT: I tried to track NETWORK browser traffic to identify the issue. Anyway, The response of the request is EMPTY, and for the payload I can see that the api key is registered and everything looks fine but the request being responded with error. |
happens in two scenario, your models were not selected correctly and its using default model instead of selected model can you set the api keys on the UI and just switch the model dropdown to some other model and then back to the one you want to use, "model" not the "provider" also can you specify which version and commit hash you are using ? |
were you able to check the selected model? thats in the messages and prefixed in the content of the user message |
same happens to me it just stopped working after i finally got it running. I got this in the console:TypeError: Cannot read properties of undefined (reading 'toolCalls') |
Same issue here, was working fine then I attempted to upload a .py file and then that error occurred. Using Claude 3.5 sonnet. I also have an open ai api key i tried using, 4o mini worked, but 4o didn't work. |
Yes, I'm able to check it.
|
Describe the bug
I have installed qwen2.5-coder. I launched bolt in pinokio. And I'm making a mistake.
Link to the Bolt URL that caused the error
/
Steps to reproduce
bolt launch in pinokio
The choice of ollama - qwen2.5-coder:32b
promt
Expected behavior
start
Screen Recording / Screenshot
Platform
Provider Used
ollama
Model Used
qwen2.5-coder:32b
Additional context
this happens when the promt improves.
The text was updated successfully, but these errors were encountered: