Response Format
{
"id": "chatcmpl-abc123",
"object": "chat.completion",
"created": 1677858242,
"model": "text-prime",
"choices": [...]
}{
"errors": {
"detail": "Error message describing the issue"
}
}Last updated
Was this helpful?