-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathvector-api.fly.dev.json
22 lines (22 loc) · 993 Bytes
/
vector-api.fly.dev.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"schema_version": "v1",
"name_for_model": "AbridgedDueDiligence",
"name_for_human": "Abridged Due Diligence",
"description_for_model": "Accepts search query objects array. Break down complex questions into sub-questions. Add a filter object to the query with a ticker attribute to get relevant results. Leave a link to allow the user to discover more details, in the format: abridgeddd.com/details/{acc_no}.",
"description_for_human": "Discover the details! Search through recent SEC filings, with links to deeper analysis.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "aea9a4597c474d6787697054d0e2fad3"
}
},
"api": {
"type": "openapi",
"url": "https://vector-api.fly.dev/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://vector-api.fly.dev/.well-known/logo.png",
"contact_email": "admin@abridgeddd.com",
"legal_info_url": "abridgeddd.com"
}