Get Chat Completions

Creates a model response for the given chat conversation.

POST https://withmartian/api/openai/v1/chat/completions

Request Body

"extra": {
    "ip": "123.123.123.123",
    "Timezone": "UTC+0",
    "Country": "US",
    "City": "New York",
}

}, |

Last updated