togethercomputer / together-python

The Official Python Client for Together's API
https://pypi.org/project/together/
Apache License 2.0
24 stars 5 forks source link

Check file empty or bad decoding #67

Closed azahed98 closed 8 months ago

azahed98 commented 8 months ago

Have you read the Contributing Guidelines?

Issue # 789

Describe your changes

This adds a check to make sure files aren't empty, and catches files that aren't Unicode (e.g. trying to upload a non-empty zip file).