{
"type": "chat",
"configs": [
{
"channel": "openai",
"name": "gpt-3.5-turbo",
"alias": "GPT35",
"price": "0.001",
"status": 0
},
{
"channel": "zhipu",
"name": "chatglm_turbo",
"alias": "ChatGLM",
"price": "0.001",
"status": 0
}
]
}curl --location --request POST '/adminapi/setting.ai.cost/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "chat",
"configs": [
{
"channel": "openai",
"name": "gpt-3.5-turbo",
"alias": "GPT35",
"price": "0.001",
"status": 0
},
{
"channel": "zhipu",
"name": "chatglm_turbo",
"alias": "ChatGLM",
"price": "0.001",
"status": 0
}
]
}'{
"code": 1,
"show": 1,
"msg": "保存成功",
"data": []
}