mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-17 09:40:34 +08:00
修改 chat 请求
This commit is contained in:
parent
b925c2c7cc
commit
efab5517d7
@ -16,14 +16,14 @@ tenant-id: 1
|
|||||||
}
|
}
|
||||||
|
|
||||||
### chat call
|
### chat call
|
||||||
GET {{baseUrl}}/ai/chat?prompt=中国怎么样
|
GET {{baseUrl}}/ai/chat?prompt=中国怎么样&modal=qianWen
|
||||||
tenant-id: 1
|
tenant-id: 1
|
||||||
Authorization: {{token}}
|
Authorization: {{token}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### chat call
|
### chat call
|
||||||
GET {{baseUrl}}/ai/chatStream?prompt=苹果是什么颜色?
|
GET {{baseUrl}}/ai/chatStream?prompt=苹果是什么颜色?&modal=yiYan3_5_8k
|
||||||
tenant-id: 1
|
tenant-id: 1
|
||||||
Authorization: {{token}}
|
Authorization: {{token}}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dev": {
|
"dev": {
|
||||||
"baseUrl": "http://127.0.0.1:48080",
|
"baseUrl": "http://127.0.0.1:48080",
|
||||||
"token": "Bearer cff0ce99ddb14ea89c62ff4de1c31180"
|
"token": "Bearer 7d25823e225f4e0d8f9a96b0fa608649"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user