-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsinglestore.json
27 lines (27 loc) · 974 Bytes
/
singlestore.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": "singlestore",
"name_for_human": "SingleStore",
"description_for_model": "Query your SingleStore database in English.",
"description_for_human": "Query your SingleStore database in English.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://chatgpt.singlestoreplugins.com/auth",
"scope": "email%20openid%20offline_access",
"authorization_url": "https://chatgpt.singlestoreplugins.com/auth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "ee12080e95f6472e8df7cf6093f17050"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://chatgpt.singlestoreplugins.com/openapi.yaml"
},
"logo_url": "https://chatgpt.singlestoreplugins.com/logo.png",
"contact_email": "team@singlestore.com",
"legal_info_url": "https://www.singlestore.com/contact"
}