-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not support doc format #1813
Comments
Thanks for the report, can you share an example snippet to reproduce the issue? |
OK,I will share an example snippet later. |
|
@Panweitong OpenAI accepts files of various formats (e.g., .txt, .csv, .json, .pdf, .docx, .doc, etc.), but it's always good to ensure that the version of the API you're using indeed supports doc files. If you're attempting to use doc files, ensure the content is properly extracted, as doc is a binary format, and OpenAI may have trouble directly interpreting the binary content. |
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
OpenAI Docs:
Python library:
To Reproduce
Use Files API to Upload doc file,and use "assistants" for Assistants
Code snippets
OS
Ubuntu
Python version
Python v3.10.12
Library version
openai v1.51.0
The text was updated successfully, but these errors were encountered: