Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenDota Plugin for ChatGPT-4 #2651

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .well-known/ai-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"schema_version": "v1",
"name_for_model": "OpenDota",
"name_for_human": "OpenDota Plugin",
"description_for_human": "Retrieve and analyze Dota 2 statistics from OpenDota.com",
"description_for_model": "Use this plugin to create a comprehensive summary for a user interested in Dota 2, focusing on the current meta, popular heroes, and item builds. Additionally, include specific statistics and insights about a player with the account ID supplied by the user. To gather the required information, use the OpenDota API endpoints for hero trends, meta, item, and player data. Present the user with an engaging and informative overview of the current state of the game, as well as the player's performance, most played heroes, and preferred items.",
"api": {
"type": "openapi",
"url": "https://github.com/odota/core/.well-known/openapi.yaml",
"is_user_authenticated": false
},
"auth": {
"type": "none"
},
"logo_url": "https://github.com/odota/web/blob/master/public/assets/images/logo.png",
"contact_email": "[email protected]",
"legal_info_url": "https://github.com/odota"
}
Loading