Endpoints
Create Chat Completion
Given a list of messages comprising a conversation, the model will return a response.
POST
Body
The model used to generate the response. One of gpt-4-0613
|
gpt-3.5-turbo-16k-0613
. Default is gpt-3.5-turbo-16k-0613
.
A list of messages
A list of file URLs to ask questions. All URLs must be publicly accessible. We currently support csv
, json
, xlsx
, txt
, html
, xml
, parquet
, dta
, sas
, sav
.
If you want a file supporting, get in touch at sam@chatcsv.co
Response
Response will be sent as data-only server-sent events as they become available.
Example: Hey, how can I help?