如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/v1/chat/completions' \
--header 'Authorization: "sk-xxx"' \
--header 'Authorization;' \
--header 'Content-Type: "application/json"' \
--data-raw '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "prompt"}]
}'{}