{
"model": "string",
"web_search_options": {},
"messages": [
{
"role": "string",
"content": "string"
}
]
}
curl --location --request POST 'https://xuedingmao.online/v1/chat/completions' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'Content-type: application/json' \
--data-raw '{
"model": "string",
"web_search_options": {},
"messages": [
{
"role": "string",
"content": "string"
}
]
}'
{}