What file types are supported by GPTs for uploading files and what are the specific file size limitations?

https://platform.openai.com/docs/assistants/tools/file-search/supported-files

Supported files

For text/ MIME types, the encoding must be one of utf-8, utf-16, or ascii.

File format MIME type
.c text/x-c
.cs text/x-csharp
.cpp text/x-c++
.doc application/msword
.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.html text/html
.java text/x-java
.json application/json
.md text/markdown
.pdf application/pdf
.php text/x-php
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.py text/x-python
.py text/x-script.python
.rb text/x-ruby
.tex text/x-tex
.txt text/plain
.css text/css
.js text/javascript
.sh application/x-sh
.ts application/typescript
3 Likes