Key Features
- Only CSV files are supported for dataset uploads.
- The maximum allowed file size is 20MB.
- The uploaded file must include at least one of the following columns:
- Prompt: can be a string / A list of messages.
- Response: can be a string / A list of messages.
- The prompt and response cannot both be None. At least one must contain valid data.
- A message (for prompt or response) can either be a string, or an object with the following fields:
role
- The role of the message author (e.g.system
,user
,assistant
)content
- The message content, which can beNone
- Dataset Limit: Each organizations is limited to a maximum of 10 datasets
