{
"platform": "ChatGPT1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"model": "gpt-3.5-turbo-0125" // gpt-4-turbo gpt-3.5-turbo-0125 gpt-3.5-turbo
},
"type": "ChatGPT"
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "ChatGPT1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"model": "gpt-3.5-turbo-0125" // gpt-4-turbo gpt-3.5-turbo-0125 gpt-3.5-turbo
},
"type": "ChatGPT"
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}