File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Sample Response:
194
194
```
195
195
196
196
##### 4.1.3 流式推理(Stream)
197
- Endpoint: /stream
197
+ Endpoint: /stream
198
198
Method: POST
199
199
Description: 发送请求进行流式推理。
200
200
Sample Input: 同4.1.2
@@ -227,7 +227,7 @@ Sample response:
227
227
```
228
228
229
229
##### 4.1.4 清空CUDA缓存
230
- Endpoint: /clear
230
+ Endpoint: /clear
231
231
Method: GET/POST
232
232
Description: 发送请求来清空CUDA缓存。
233
233
Sample response:
@@ -240,7 +240,7 @@ Sample response:
240
240
#### 4.2 Embedding推理接口
241
241
242
242
##### 4.2.1 Health Check
243
- Endpoint: /ping
243
+ Endpoint: /ping
244
244
Method: GET
245
245
Description: 发送请求以检查Flask App的状态。
246
246
Response:
@@ -252,7 +252,7 @@ Response:
252
252
```
253
253
254
254
##### 4.2.2 Embedding模型推理
255
- Endpoint: /embedding
255
+ Endpoint: /embedding
256
256
Method: POST
257
257
Description: 发送请求以检查Flask App的状态。
258
258
Sample Input:
You can’t perform that action at this time.
0 commit comments