curl --location --request GET 'adminapi/AIConfig/getAiChatConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"status": 1,
"key": "gpt3.5",
"api_key": [],
"model": "gpt-3.5-turbo",
"model_list": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-0301",
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-16k-0613"
],
"context_num": 3,
"temperature": 0.7,
"top_p": 0.9,
"presence_penalty": 0.5,
"frequency_penalty": 0.5,
"n": 1
}
}