chore: sync local updates
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
method: post
|
||||
url: "{{baseUrl}}/api/aimodelapp/chat/stream"
|
||||
name: Chat 流式 SSE
|
||||
parameters:
|
||||
header:
|
||||
- name: Authorization
|
||||
value: Bearer {{bearerToken}}
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
- name: Accept
|
||||
value: text/event-stream
|
||||
- name: Cache-Control
|
||||
value: no-cache
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "写一首四句短诗。"
|
||||
}
|
||||
],
|
||||
"provider": "deepseek",
|
||||
"model": "deepseek-chat"
|
||||
}
|
||||
Reference in New Issue
Block a user