-
Notifications
You must be signed in to change notification settings - Fork 4.1k
deepseek-reasoner : APICallError with no tools params in request #925
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
Comments
Hi! @cht527
This way, no reasoning-related function call data is appended when using deepseek. |
@ailunc Hi,This is not the valid way to solve the problem, it simply stops receiving reasoning content. The 'step-start' already happens before I switch the model to DEEPSEEK_R1 |
DEPDENCIES
MODEL CONFIGURE
LOGIC in streamText function
STEPS
ERROR LOG
message params in ERROR LOG
Since the tools params would be undefined when the model is deepseek-reasoner(LLM_TYPE.DEEPSEEK_R1), I doubt that the messages causes this error, I mark the suspicious message in picture. because I compared the same operation in https://chat.vercel.ai/ . There has no message contains
type: "step-start"
The text was updated successfully, but these errors were encountered: