-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAbleStyle.json
23 lines (23 loc) · 934 Bytes
/
AbleStyle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "v1",
"name_for_model": "AbleStyle",
"name_for_human": "Able Style Fashion",
"description_for_model": "Able Style Fashion helps you decide what to wear. Able Style answers the question, 'What shall I wear?' and gives the user between 1 and 3 stylish outfit suggestions.",
"description_for_human": "Able Style is a fashion assistant who will help you answer the question, 'What shall I wear today?'",
"auth": {
"type": "service_http",
"instructions": "",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "88983c3db6f04829a0db83c2b6cab6a0"
},
"custom_auth_header": null
},
"api": {
"type": "openapi",
"url": "https://styledao-prod.web.app/assets/openai/openai.yaml"
},
"logo_url": "https://styledao-prod.web.app/assets/img/icon/icon3-512-512.png",
"contact_email": "contact@able.style",
"legal_info_url": "https://able.style/#/terms"
}