Skip to content

Commit

Permalink
✨ feat: add Weather GPT
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 16, 2023
1 parent 7b38d70 commit 52b5f03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locales/ask-your-pdf.zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"title": "询问您的PDF",
"title": "AskYouPDF",
"description": "释放您的PDF的力量!深入您的文档,找到答案,并将信息带到您的指尖。",
"tags": ["pdf", "文档"]
}
Expand Down
14 changes: 14 additions & 0 deletions plugins/weather-gpt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"author": "Steven Tey",
"createdAt": "2023-12-16",
"homepage": "https://github.com/steven-tey/weathergpt",
"identifier": "weather-gpt",
"manifest": "https://weathergpt.vercel.app/.well-known/ai-plugin.json",
"meta": {
"avatar": "https://weathergpt.vercel.app/logo.png",
"tags": ["weather"],
"title": "weather GPT",
"description": "Get current weather information for a specific location."
},
"schemaVersion": 1
}

0 comments on commit 52b5f03

Please sign in to comment.