1772367588
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||

|
||||
|
||||

|
||||
@@ -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": "你是谁?"
|
||||
}
|
||||
]
|
||||
}'
|
||||
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||

|
||||
Reference in New Issue
Block a user