You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dspy.LM takes parameters such as temperature, max_tokens, etc., for LMs as per the LiteLLM format. For reasoning models, they have a parameter called "reasoning" with which we can toggle the reasoning effort. I use reasoning models frequently and require low reasoning effort. So would love this parameter to be added in dspy.LM!