gpt-4-gizmo-*
,系统会自动进行识别。https://chat.openai.com/g/g-bo0FiWLY7-researchgpt
gpt-4-gizmo-g-bo0FiWLY7
Authorization: Bearer ********************
{
"model": "gpt-4-gizmo-g-IcWrQy2I9",
"messages": [{"role": "user", "content": "你是谁"}]
}
curl --location --request POST 'https://www.blueshirtmap.com/v1/chat/completions' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4-gizmo-g-IcWrQy2I9",
"messages": [{"role": "user", "content": "你是谁"}]
}'
{}