-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathwww.aperiodic.io.json
18 lines (18 loc) · 1.22 KB
/
www.aperiodic.io.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"schema_version": "v1",
"name_for_human": "Penrose Analyst",
"name_for_model": "penrose_research_analyst",
"description_for_human": "Search global news and research papers. Summarize Arxiv.org links. Ask me for the latest news!",
"description_for_model": "Semantically search news and research papers. Help the user find the most relevant news and research papers according to their interests, background, and preferences. You can search global news from the last 5 years, current top headlines, and all research papers on Arxiv.org. You can also embed and summarize Arxiv.org links. Important: All Arxiv.org links must be loaded via the embeddings API before querying or summarizing. Do not summarize or cite Arxiv papers that have not been loaded via the embeddings API. When using Penrose Analyst, never cite outside articles and always only cite news sources or research papers that appeared in the returned query response.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://www.aperiodic.io/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://www.aperiodic.io/logo.png",
"contact_email": "support@aperiodic.io",
"legal_info_url": "https://www.aperiodic.io/legal"
}