chore: sync local updates
This commit is contained in:
22
api-docs/infogenie-api-apifox/AI 模型应用/对话/Chat 非流式.http.yaml
Normal file
22
api-docs/infogenie-api-apifox/AI 模型应用/对话/Chat 非流式.http.yaml
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user