-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
bug(dspy): removed extra params from kwargs sent to vllm pydantic model #1012
bug(dspy): removed extra params from kwargs sent to vllm pydantic model #1012
Conversation
Hi Omkar. I highly recommend using the dict pop method. It will make the code much simpler. |
Hi Damian, Made the changes with the pop method. |
Hey. I would recommend using a default value of |
Also, a comment explaining why you do the |
I made these changes. |
Sorry for the constant nits, but could you please add a space between the |
Pushed the changes. Thanks |
This looks good to me! |
Thanks @omkar-sh ! made the small change of removing the comments mentioning the issue request. |
If |
@LorenzoMinto Thanks for mentioning that. I will follow up below the PR linked. |
Can you just checkout and suggest any changes?