Skip to content

Commit 9c42576

Browse files
committed
Fix typos in readme
1 parent c940e95 commit 9c42576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/flask_app/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Sample Response:
194194
```
195195

196196
##### 4.1.3 流式推理(Stream)
197-
Endpoint: /stream
197+
Endpoint: /stream
198198
Method: POST
199199
Description: 发送请求进行流式推理。
200200
Sample Input: 同4.1.2
@@ -227,7 +227,7 @@ Sample response:
227227
```
228228

229229
##### 4.1.4 清空CUDA缓存
230-
Endpoint: /clear
230+
Endpoint: /clear
231231
Method: GET/POST
232232
Description: 发送请求来清空CUDA缓存。
233233
Sample response:
@@ -240,7 +240,7 @@ Sample response:
240240
#### 4.2 Embedding推理接口
241241

242242
##### 4.2.1 Health Check
243-
Endpoint: /ping
243+
Endpoint: /ping
244244
Method: GET
245245
Description: 发送请求以检查Flask App的状态。
246246
Response:
@@ -252,7 +252,7 @@ Response:
252252
```
253253

254254
##### 4.2.2 Embedding模型推理
255-
Endpoint: /embedding
255+
Endpoint: /embedding
256256
Method: POST
257257
Description: 发送请求以检查Flask App的状态。
258258
Sample Input:

0 commit comments

Comments
 (0)