修改 chat 请求

This commit is contained in:
cherishsince 2024-04-14 18:41:21 +08:00
parent b925c2c7cc
commit efab5517d7
2 changed files with 3 additions and 3 deletions

View File

@ -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}}

View File

@ -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"
} }
} }