-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgame_box.json
23 lines (23 loc) · 1.03 KB
/
game_box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "v1",
"name_for_model": "game_box",
"name_for_human": "Game Box",
"description_for_model": "Game Box enables users to discover, play, and solve a variety of classic games like 24 Game, Sudoku, Shut The Box, Tic Tac Toe, Battleship, Connect Four, Blackjack, Word Guess, Yahtzee, and more.",
"description_for_human": "Discover, play, and solve classic games like Blackjack, Tic-Tac-Toe, Word Guess, Sudoku, 24, Yahtzee, and more!",
"auth": {
"type": "service_http",
"instructions": "",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "155a993ebe40475ebf1d8a9db21ed0b5"
},
"custom_auth_header": null
},
"api": {
"type": "openapi",
"url": "https://cloudflare-workers-chatgpt-gamebox-plugin.sixbysevenlabs.workers.dev/openapi.json"
},
"logo_url": "https://pub-f009c169205e4af7bec3124eee042d6d.r2.dev/game-box-icon.png?",
"contact_email": "six.by.seven.labs@gmail.com",
"legal_info_url": "https://pub-f009c169205e4af7bec3124eee042d6d.r2.dev/legal.html?"
}