Soulter / hugging-chat-api

HuggingChat Python API🤗
GNU Affero General Public License v3.0
859 stars 123 forks source link

Convert the creation of a message to multipart/form-data. #234

Closed thomaspj10 closed 5 months ago

thomaspj10 commented 5 months ago

Fixes #233

As @Whitelisted1 mentioned the API got changed from requiring JSON data to multipart/form-data in order to support file uploads. This PR reflects these changes into the library. Be aware that these changes are not adequately tested, so they may brake other stuff.