Does GPT-4 currently lack the ability to generate responses using CSV files?

조인트리 0 Reputation points
2023-12-26T06:55:29.75+00:00

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?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,108 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-12-26T08:48:38.2933333+00:00

    조인트리 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
    • PDF

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.