Alpha Chat0.3.1
Chat failed with every reasoning model. The stored temperature was sent on each request, and reasoning models (gpt-5*, o1*, o3*, o4*) reject any sampling value other than the default, failing the whole request with 'temperature' does not…
- Fixed 1
- Added 1
Read full notesHide notes
Fixed
- Chat failed with every reasoning model. The stored temperature was sent on each
request, and reasoning models (
gpt-5*,o1*,o3*,o4*) reject any sampling value other than the default, failing the whole request with'temperature' does not support 0.7 with this model.temperature,top_p,presence_penaltyandfrequency_penaltyare now omitted for those models instead of being sent with a value they refuse. Conventional models such asgpt-4oare unaffected and still receive the configured values.
Added
alpha_chat_is_reasoning_modelfilter, for a model the bundled prefix list does not cover yet.