mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
Instead of using data=data, use json=data to ensure the requests library automatically handles the encoding for JSON:
Instead of using data=data, use json=data to ensure the requests library automatically handles the encoding for JSON: