-
Notifications
You must be signed in to change notification settings - Fork 147
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
Attempted Fix: Sometimes tool_calls
is undefined and crashes server
#21
base: main
Are you sure you want to change the base?
Conversation
tool_calls
is undefined and crashes servertool_calls
is undefined and crashes server
Nice. Have you tested it? |
@mishushakov tested for the openai section, doesn't crash the server anymore :D I haven't tested the Llama one, but I think it should work the same. I started working on one last night, so will let you know of the results later on this evening. |
Very good! I will run some tests too. Looking forward to get it merged 😄 |
@mishushakov Been trying to test using this model as my model, but my machine cannot handle it. What model are you using? |
TinyLlama |
I can test for you, no worries |
While I have you @mishushakov , maybe you have more experience, with these models, I seem to get this error when trying to scrape data from a fairly large website. |
I believe you're hitting the input token limit. We need to think about a way of splitting websites into multiple chunks, maybe. Can you open an issue for this? |
Hi
This might help with issue #20 . I'm hoping to test it for openai later on today, but I don't have access to a local language model right now, are there any models you recommend I use?
Thanks