临时提交
This commit is contained in:
parent
83d17051be
commit
dc44fe1cf9
|
@ -1,36 +1,22 @@
|
||||||
|
|
||||||
### 登录 详细使用 https://www.jetbrains.com/help/idea/testing-restful-web-services.html、https://www.cnblogs.com/crazymakercircle/p/14317222.html
|
### 登录 详细使用 https://www.jetbrains.com/help/idea/testing-restful-web-services.html、https://www.cnblogs.com/crazymakercircle/p/14317222.html
|
||||||
|
|
||||||
POST {{baseUrl}}/admin-api/system/auth/login
|
### 对话 - 创建对话
|
||||||
|
POST {{baseUrl}}/ai/chat/conversation/create
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
tenant-id: 1
|
Authorization: {{token}}
|
||||||
|
|
||||||
{
|
{
|
||||||
"username": "admin",
|
"chatType": "userChat"
|
||||||
"password": "123456",
|
|
||||||
"captchaVerification": "PfcH6mgr8tpXuMWFjvW6YVaqrswIuwmWI5dsVZSg7sGpWtDCUbHuDEXl3cFB1+VvCC/rAkSwK8Fad52FSuncVg==",
|
|
||||||
"socialCode": "1024",
|
|
||||||
"socialState": "9b2ffbc1-7425-4155-9894-9d5c08541d62",
|
|
||||||
"socialCodeValid": true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
> {%
|
### 对话 - id获取
|
||||||
client.log(`Today is ${$isoTimestamp}`)
|
GET {{baseUrl}}/ai/chat/conversation/1781604279872581644
|
||||||
%}
|
|
||||||
|
|
||||||
### chat call
|
|
||||||
GET {{baseUrl}}/ai/chat?modal=qianWen&conversationId=111&prompt=中国好看吗?
|
|
||||||
tenant-id: 1
|
|
||||||
Authorization: {{xtoken}}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### chat call
|
|
||||||
GET {{baseUrl}}/ai/chatStream?prompt=苹果是什么颜色?&modal=yiYan3_5_8k
|
|
||||||
tenant-id: 1
|
|
||||||
Authorization: {{token}}
|
Authorization: {{token}}
|
||||||
|
|
||||||
|
|
||||||
|
### 对话 - id获取
|
||||||
|
DELETE {{baseUrl}}/ai/chat/conversation/1781604279872581644
|
||||||
|
Authorization: {{token}}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"baseUrl": "http://127.0.0.1:48080",
|
"baseUrl": "http://127.0.0.1:48080",
|
||||||
"token": "Bearer 2f807aacab534a4095cec0bac9c2af40"
|
"token": "Bearer a9bf9c8c10cb47fc92bc9aac95b63f5b"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue