조인트리 Greetings.
I wanted to generate a response using csv using gpt4turbo. However, CSV is not included in the list of files that can be uploaded to Playground. Is it not supported yet?
To answer your question, As per the Data formats and file types, Azure OpenAI on your data supports the following filetypes:
-
.txt
-
.md
-
.html
- Microsoft Word files
- Microsoft PowerPoint files
If you want to use an Excel file (.xlsx, .csv) as your data source, you would need to convert these files to one of the supported formats listed above.
If you're converting data from an unsupported format into a supported format, make sure the conversion:
- Doesn't lead to significant data loss.
- Doesn't add unexpected noise to your data.
This will impact the quality of the model response.
Hope this helps. Do let me know if you need any further help.