1772367588

This commit is contained in:
Docker7530
2026-03-01 20:20:04 +08:00
parent c6125c117b
commit a2f5df43cc
24 changed files with 314 additions and 225 deletions
-3
View File
@@ -1,3 +0,0 @@
![](../attachment/Pasted%20image%2020260228121011.png)
![](../attachment/Pasted%20image%2020260228121021.png)
-30
View File
@@ -1,30 +0,0 @@
```
curl --location 'http://183.252.183.117/api/v1/chats_openai/d06e1690377d11f0a5df0242ac120006/chat/completions' \
--header 'Authorization: Bearer ragflow-VjOWEyN2U0M2M2MTExZjBiM2UxMDI0Mm' \
--header 'Content-Type: application/json' \
--data '{
"model": "DeepSeek-R1-Distill-Qwen-32B",
"stream": true,
"messages": [
{
"role": "user",
"content": "你是谁?"
}
]
}'
curl --location 'http://183.252.183.117:30021/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "DeepSeek-R1-Distill-Qwen-32B",
"stream": true,
"messages": [
{
"role": "user",
"content": "你是谁?"
}
]
}'
```
+1
View File
@@ -0,0 +1 @@
![](../attachment/Pasted%20image%2020260301201851.png)