-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChatFeedSync.json
27 lines (27 loc) · 1.17 KB
/
ChatFeedSync.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "ChatFeedSync",
"name_for_human": "ChatFeedSync",
"description_for_model": "This plugin is integrated with Miniflux. It allows you to subscribe, unsubscribe, and get lists of RSS feeds, search for entries within each RSS feed, search all entries, and get the content of each entry. ChatGPT will always translate the content into the user's language.",
"description_for_human": "Easily synchronize, manage, and translate your RSS feeds all in one place.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://chat-feed-sync.inu-ai.com/login",
"scope": "",
"authorization_url": "https://chat-feed-sync.inu-ai.com/v1/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "bdb5bdc378c041c5b22572589ac2150e"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://chat-feed-sync.inu-ai.com/openapi.yaml"
},
"logo_url": "https://chat-feed-sync.inu-ai.com/favicon.svg",
"contact_email": "contact@inu-ai.com",
"legal_info_url": "https://chat-feed-sync.inu-ai.com/legal-info"
}