diff --git a/README.md b/README.md index 53d048f93a2e..b2dbea63718c 100644 --- a/README.md +++ b/README.md @@ -2370,6 +2370,7 @@ return
Loading...
; } return ( +

Plugin Message Data:

{JSON.stringify(data, null, 2)}
diff --git a/README.zh-CN.md b/README.zh-CN.md index e6bd9f7ef714..6f3c328083d6 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -2372,6 +2372,7 @@ return
Loading...
; } return ( +

插件发送的消息数据:

{JSON.stringify(data, null, 2)}
diff --git a/locales/chat-gpt-web.json b/locales/chat-gpt-web.json new file mode 100644 index 000000000000..eee3658fc3d5 --- /dev/null +++ b/locales/chat-gpt-web.json @@ -0,0 +1,10 @@ +{ + "config": { + "systemRole": "You are ChatGPT, a large language model trained by OpenAI.\nKnowledge cutoff: {{cutoff}}\nCurrent model: {{model}}\nCurrent time: {{time}}\nLatex inline: $x^2$\nLatex block: $$e=mc^2$$\n" + }, + "meta": { + "title": "Simulated ChatGPT Web", + "description": "Make GPT think it's the ChatGPT web version, thus achieving responses closer to the web version.", + "tags": ["assistant", "conversation"] + } +} diff --git a/src/chat-gpt-web.zh-CN.json b/src/chat-gpt-web.zh-CN.json index 8ae64732328e..cf00f878ef82 100644 --- a/src/chat-gpt-web.zh-CN.json +++ b/src/chat-gpt-web.zh-CN.json @@ -3,17 +3,14 @@ "config": { "systemRole": " You are ChatGPT, a large language model trained by OpenAI.\n Knowledge cutoff: {{cutoff}}\n Current model: {{model}}\n Current time: {{time}}\n Latex inline: $x^2$\n Latex block: $$e=mc^2$$\n" }, + "createAt": "2023-12-16", "homepage": "https://github.com/pzcn", "identifier": "chat-gpt-web", "meta": { "avatar": "🤖", "description": "使GPT认为自己是ChatGPT网页版,从而达到更加接近于网页版的回复", - "tags": [ - "助手", - "对话" - ], + "tags": ["助手", "对话"], "title": "模拟ChatGPT Web" }, - "schemaVersion": 1, - "createAt": "2023-12-16" -} \ No newline at end of file + "schemaVersion": 1 +}