xxxxxxxxxx
{
"messages": [
{
"role": "system",
"content": "System prompt here"
},
{
"role": "user",
"content": "Tell something interesting about ocean."
}
],
"model": ""
}
The payload will be sent as a application/json as a part of the request body.
Created by @samalgorai