本文档适用于浩鲸科技公司内部系统的GPT代理服务。
{
"customModel": "gpt-3.5-turbo",
"apiKey": "ailab_35SdpfIZDW8DmbwJRcu8H/+z11zDhb3nAXNS/JG/bVfjwJO3+NDj8lYy9GmLcTDreyBBsW1bE1SQw+8EOJO57JG020HswCz+p6NgPn7yQNPkQbtZAseLvxA=",
"rootPath": "",
"from_source": "",
"botMessages": [
{
"sender": "",
"sentAt": 0,
"conversationId": "",
"type": "",
"message": "",
"lastToken": "",
"finished": false,
"currentFile": "",
"interrupted": true,
"useDiagnostics": false
}
],
"userMessages": [
],
"userRequest": {
"message": "请写一个快速排序的python代码",
"currentRootPath": "",
"currentFileName": "",
"currentFileContents": "",
"precedingCode": [],
"suffixCode": [],
"currentSelection": "N/A",
"copilotCodeBlocks": [],
"customCodeBlocks": [],
"codeBlockIdentifiers": [],
"msgType": "freeform"
}
}
curl --location --request POST 'https://lab.iwhalecloud.com/cursor/conversation' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customModel": "gpt-3.5-turbo",
"apiKey": "ailab_35SdpfIZDW8DmbwJRcu8H/+z11zDhb3nAXNS/JG/bVfjwJO3+NDj8lYy9GmLcTDreyBBsW1bE1SQw+8EOJO57JG020HswCz+p6NgPn7yQNPkQbtZAseLvxA=",
"rootPath": "",
"from_source": "",
"botMessages": [
{
"sender": "",
"sentAt": 0,
"conversationId": "",
"type": "",
"message": "",
"lastToken": "",
"finished": false,
"currentFile": "",
"interrupted": true,
"useDiagnostics": false
}
],
"userMessages": [
],
"userRequest": {
"message": "请写一个快速排序的python代码",
"currentRootPath": "",
"currentFileName": "",
"currentFileContents": "",
"precedingCode": [],
"suffixCode": [],
"currentSelection": "N/A",
"copilotCodeBlocks": [],
"customCodeBlocks": [],
"codeBlockIdentifiers": [],
"msgType": "freeform"
}
}'
{}