chat-modal.http 293 B

12345678910111213141516171819
  1. ### chat call
  2. GET {{baseUrl}}/ai/chat/modal/list
  3. Authorization: {{token}}
  4. ### chat call
  5. PUT {{baseUrl}}/ai/chat/modal
  6. Content-Type: application/json
  7. Authorization: {{token}}
  8. {
  9. "modelName": "小红书Ai写作大模型",
  10. "modelType": "yiyan",
  11. "modalImage": "",
  12. "modelConfig": ""
  13. }