From 52b5f0309d5841e27a477862a8017c0d22a0dd5f Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 16 Dec 2023 16:56:40 +0800 Subject: [PATCH] :sparkles: feat: add Weather GPT --- locales/ask-your-pdf.zh-CN.json | 2 +- plugins/weather-gpt.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 plugins/weather-gpt.json diff --git a/locales/ask-your-pdf.zh-CN.json b/locales/ask-your-pdf.zh-CN.json index 15b5e3e..841eef0 100644 --- a/locales/ask-your-pdf.zh-CN.json +++ b/locales/ask-your-pdf.zh-CN.json @@ -1,6 +1,6 @@ { "meta": { - "title": "询问您的PDF", + "title": "AskYouPDF", "description": "释放您的PDF的力量!深入您的文档,找到答案,并将信息带到您的指尖。", "tags": ["pdf", "文档"] } diff --git a/plugins/weather-gpt.json b/plugins/weather-gpt.json new file mode 100644 index 0000000..6611280 --- /dev/null +++ b/plugins/weather-gpt.json @@ -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 +}