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
fix: temperature parameter in generate_text not ignored. (#887)
Addresses #886.
Temperature parameter is not anymore overwritten by calling to
`self.get_temperature(n=n)`. Now it will only call that method if no
parameter was given.
---------
Co-authored-by: Ivan Herreros <[email protected]>
0 commit comments