We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i see the dspy.LM can set the temperature , but not top-p
No response
The text was updated successfully, but these errors were encountered:
Just pass it in the constructor
Sorry, something went wrong.
Can you try like this?
import dspy lm = dspy.LM(model='openai/gpt-4o-mini', max_tokens=250, top_p=0.1) dspy.configure(lm=lm)
I'll close this issue as this should already be supported. Please reopen this if you still see problems.
No branches or pull requests
What feature would you like to see?
i see the dspy.LM can set the temperature , but not top-p
Would you like to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: