Open WebUI has been getting some great updates, and it's a lot better than ChatGPT's web interface at this point.
# Full MQTT client creation with all the parameters. The only one mandatory in the ClientId that should be unique # mqtt_client = Client(client_id="", clean_session=True, userdata=None, ...