curl --location --request GET 'adminapi/setting.aiSetting/lists' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"ai_chat_lists": [
"gpt3.5",
"gpt4.0",
"api2d3.5",
"api2d4.0",
"ChatGLM"
],
"ai_config_lists": {
"gpt3.5": {
"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
},
"gpt4.0": {
"status": 0,
"key": "gpt4.0",
"api_key": [],
"model": "gpt-4",
"model_list": [
"gpt-4",
"gpt-4-0314",
"gpt-4-0613",
"gpt-4-32k",
"gpt-4-32k-0314"
],
"context_num": 3,
"temperature": 0.7,
"top_p": 0.9,
"presence_penalty": 0.5,
"frequency_penalty": 0.5,
"n": 1
},
"api2d3.5": {
"status": 0,
"key": "api2d3.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
},
"api2d4.0": {
"status": 0,
"key": "api2d4.0",
"api_key": [],
"model": "gpt-4-0613",
"model_list": [
"gpt-4",
"gpt-4-0314",
"gpt-4-0613"
],
"context_num": 3,
"temperature": 0.7,
"top_p": 0.9,
"presence_penalty": 0.5,
"frequency_penalty": 0.5,
"n": 1
},
"chatGLM": {
"status": 0,
"key": "chatGLM",
"api_key": [],
"model": "chatglm_6b",
"model_list": [
"chatglm_6b"
],
"context_num": 3,
"temperature": 0.95,
"top_p": 0.7,
"presence_penalty": "",
"frequency_penalty": "",
"n": ""
}
}
}
}