Closed cahya-wirawan closed 7 months ago
If default values are set for both temp
and top_p
, serde
will not deserialize a mirostat
variant because all fields of the nucleus
variant have default values and the deserializer chooses it in priority. I am looking into a fix for this.
Hi,
The current version requires the temperature and top_p to be included in the api request, otherwise the api request will fail. This PR just enabled the default value of temperature and top_p which actually have been set (to 0.5 and 1.0) but not configured/enabled.