CoolFace
Apppublic

Turkeyengineer/test

sourceHugging Faceopenrailupdated 1y agoView on Hugging Face
0likes
ai-plugin.json17 linesDownload Raw Back to .well-known
1{2  "schema_version": "v1",3  "name_for_human": "TurkeyEngineer Segment",4  "name_for_model": "turkeyengineer_test_segment",5  "description_for_human": "斷詞工具:將中文句子依字分開",6  "description_for_model": "呼叫這個工具將一段中文句子依字分開,用於語言處理任務。",7  "auth": {8    "type": "none"9  },10  "api": {11    "type": "openapi",12    "url": "https://turkeyengineer-test.hf.space/.well-known/openapi.yaml"13  },14  "logo_url": "https://huggingface.co/front/assets/huggingface_logo.svg",15  "contact_email": "yoop0109@gmail.com",16  "legal_info_url": "https://huggingface.co"17}