Skip to content

Commit

Permalink
remove github from manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Jun 18, 2023
1 parent f36e231 commit b37b84a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions public/.well-known/ai-plugin.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"schema_version": "v1",
"name_for_human": "Github Stats",
"name_for_model": "githubUserRepoStats",
"description_for_human": "Dynamically generate and analyze a wide range of stats and history for Github repos and users.",
"description_for_model": "Manages the retrieval of comprehensive statistics and information about GitHub repositories or users. It provides capabilities such as generating and fetching detailed repository data, user data, community data, star history, and other relevant Github statistics.",
"name_for_human": "Git OSS Stats",
"name_for_model": "gitUserRepoStats",
"description_for_human": "Dynamically generate and analyze stats and history for OSS repos and developers.",
"description_for_model": "Manages the retrieval of comprehensive statistics and information about OSS repositories or developers. It provides capabilities such as generating and fetching detailed repository data, user data, community data, star history, and other relevant statistics.",
"auth": {
"type": "none"
},
Expand Down
4 changes: 2 additions & 2 deletions public/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
version: "v1"
title: "ChatGPT Github Stat Plugin API"
title: "Github OSS Stat Plugin API"
description: "This is the API specification for the ChatGPT Github Stat Plugin. It provides endpoints to retrieve statistics and information for a GitHub user or a specific GitHub repository."
servers:
- url: "https://chat-gpt-github-stat-plugin.vercel.app"
Expand Down Expand Up @@ -29,7 +29,7 @@ paths:
get:
operationId: getGithubRepo
summary: "Get GitHub repository information"
description: "Retrieve statistics and information for a specific GitHub repository."
description: "Retrieve statistics, history and information for a specific GitHub repository."
parameters:
- in: path
name: owner
Expand Down

1 comment on commit b37b84a

@vercel
Copy link

@vercel vercel bot commented on b37b84a Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.