curl --request POST \
--url https://api.zo.computer/models/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chat_model": "<string>",
"greeting_model": "<string>"
}
'{}curl --request POST \
--url https://api.zo.computer/models/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chat_model": "<string>",
"greeting_model": "<string>"
}
'{}