Skip to main content
All CollectionsAssistants
Supported file format for Assistant Training
Supported file format for Assistant Training

Learn about the different file formats to train your AI assistant

Alvaro Vargas avatar
Written by Alvaro Vargas
Updated over a week ago

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

Did this answer your question?