chore: sync local updates

This commit is contained in:
2026-05-16 19:03:09 +08:00
parent e2baf6c7bb
commit cc4e9fd6fb
40 changed files with 1019 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
method: post
url: "{{baseUrl}}/api/aimodelapp/chat"
name: Chat 非流式
parameters:
header:
- name: Authorization
value: Bearer {{bearerToken}}
- name: Content-Type
value: application/json
requestBody:
type: application/json
data: |-
{
"messages": [
{
"role": "user",
"content": "用一句话介绍你自己。"
}
],
"provider": "deepseek",
"model": "deepseek-chat"
}