openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
707 stars 60 forks source link

When I upload a file with a Chinese txt format or other format in the file name, it prompts that the uploaded file does not support it #72

Closed LinzhouWang1 closed 1 week ago

LinzhouWang1 commented 1 week ago

When I upload a file with a Chinese txt format or other format in the file name, it prompts that the uploaded file does not support it

企业微信截图_17187767209882 企业微信截图_17187768056251
LinzhouWang1 commented 1 week ago

step1: image

step2: image

step3:

企业微信截图_17187768056251
trrwilson commented 1 week ago

Thank you for reporting this problem, @LinzhouWang1! This is a problem with the SDK's encoding of filename in multipart/form-data Content-Disposition -- we're following up and will get this fixed ASAP.