OpenAI's GPT-5 Model

It seems the bleeding edge latest ChatGPT model (gtp-5) gives an error with the component. See below. Apparently "temperature" isn't supported. I can see this component being a pain to maintain as they release different models.

— Steve

AHttpResult '{'#$A' "error": {'#$A' "message": "Unsupported parameter: ''temperature'' is not supported with this model.",'#$A' "type": "invalid_request_error",'#$A' "param": "temperature",'#$A' "code": null'#$A' }'#$A'}'

Yes, we have seen that surprisingly, their new ChatGPT-5 model also breaks their REST API.
So we are investigating and working to make our code compatible with the new 5 model as well as the older ones.

Good luck — the task seems like nailing jelly to a wall!

We did some adaptions and now have GTP-5 also working. First impression is that it is somewhat slower but higher quality. We'll release an update asap.