Turkeyengineer commited on
Commit
17de582
·
verified ·
1 Parent(s): 4124ff0

Update .well-known/openapi.yaml

Browse files
Files changed (1) hide show
  1. .well-known/openapi.yaml +1 -1
.well-known/openapi.yaml CHANGED
@@ -8,7 +8,7 @@ servers:
8
  description: Hugging Face Space hosting the segment API
9
  paths:
10
  paths:
11
- /run/predict: # ✅ 使用正確的 API 路徑
12
  post:
13
  operationId: run_predict # ✅ 保留 operationId 但不讓它決定 endpoint
14
  summary: 將中文句子依字分開
 
8
  description: Hugging Face Space hosting the segment API
9
  paths:
10
  paths:
11
+ /run_predict: # ✅ 使用正確的 API 路徑
12
  post:
13
  operationId: run_predict # ✅ 保留 operationId 但不讓它決定 endpoint
14
  summary: 將中文句子依字分開