test / ai-plugin.json
Turkeyengineer's picture
Create ai-plugin.json
4e7635e verified
raw
history blame
602 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSON at line 14, column 3
{
"schema_version": "v1",
"name_for_human": "TurkeyEngineer Segment",
"name_for_model": "turkeyengineer_test_segment",
"description_for_human": "斷詞工具:將中文句子依字分開",
"description_for_model": "呼叫這個工具將一段中文句子依字分開,用於語言處理任務。",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://turkeyengineer-test.hf.space/openapi.yaml"
}
"logo_url": "https://huggingface.co/front/assets/huggingface_logo.svg",
"contact_email": "yoop0109@gmail.com",
"legal_info_url": "https://huggingface.co"
}