-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSSH.json
27 lines (27 loc) · 928 Bytes
/
SSH.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": "SSH",
"name_for_human": "ChatSSHPlug",
"description_for_model": "Ability to SSH and run commands against a server.",
"description_for_human": "Ability to SSH into your server and turn your natural language into server commands. ",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://chatsshplug.com/auth/login",
"scope": "",
"authorization_url": "https://chatsshplug.com/oauth/verify",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "1ea19c78f20548a7839e530735df62e4"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://chatsshplug.com/openapi.yaml"
},
"logo_url": "https://chatsshplug.com/logo.png",
"contact_email": "support@chatsshplug.com",
"legal_info_url": "https://chatsshplug.com/legal"
}