Rosalie

Results 2 issues of Rosalie

``` def upload_attachment(self, file_path): # .... response = req.post(url, headers=headers, proxies=self.proxies, files=files) print(response.content) if response.status_code == 200: return response.json() else: return False ``` It seems that because 'curl_cffi' does not...

All the other steps went well, but I found that the [site](https://claude.ai/api/convert_document) or the function `upload_attachment` didn't seem to work. If I post a pdf document, output `{'Error: Invalid file...