From f258f924c901fabac44ba58508e94a3848cb496c Mon Sep 17 00:00:00 2001 From: JinmingYang <2214962083@qq.com> Date: Wed, 12 Jul 2023 22:52:49 +0800 Subject: [PATCH] docs: update docs --- chat_2023_07_12_22_41_00.md | 2 ++ packages/gpt-runner-vscode/package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 chat_2023_07_12_22_41_00.md diff --git a/chat_2023_07_12_22_41_00.md b/chat_2023_07_12_22_41_00.md new file mode 100644 index 0000000..b7250fd --- /dev/null +++ b/chat_2023_07_12_22_41_00.md @@ -0,0 +1,2 @@ +1. **You**: 你是gpt几 +2. **ChatGPT**: 我是OpenAI的GPT-3模型,一个自然语言处理模型。我可以回答各种问题并提供编程支持。请告诉我您的问题或者需要什么帮助,我会尽力提供解决方案。 \ No newline at end of file diff --git a/packages/gpt-runner-vscode/package.json b/packages/gpt-runner-vscode/package.json index 65f7e59..656aa17 100644 --- a/packages/gpt-runner-vscode/package.json +++ b/packages/gpt-runner-vscode/package.json @@ -1,10 +1,10 @@ { "publisher": "nicepkg", "name": "gpt-runner", - "displayName": "GPT Runner", + "displayName": "GPT Runner - Support Chatgpt and Claude", "version": "0.6.8", "private": true, - "description": "Conversations with your files! Manage your AI presets!", + "description": "Conversations with files! Manage AI presets!", "license": "MIT", "funding": "https://github.com/sponsors/2214962083", "homepage": "https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-vscode#readme", @@ -142,4 +142,4 @@ "uuid": "^9.0.0", "wait-port": "^1.0.4" } -} +} \ No newline at end of file