Skip to content

Commit ba0d90a

Browse files
committed
docs: update docs
1 parent b240461 commit ba0d90a

File tree

21 files changed

+915
-88
lines changed

21 files changed

+915
-88
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"dylib",
3131
"esbuild",
3232
"esno",
33+
"excludesfile",
3334
"execa",
3435
"fetti",
3536
"fettis",

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use GPT-Runner to manage your AI presets, engage in AI-powered conversations wit
3737
- [Quick Start](#quick-start)
3838
- [The first way: CLI](#the-first-way-cli)
3939
- [The second way: VSCode Extension](#the-second-way--vscode-extension)
40-
- [Documentation](#documentation)
40+
- [GPT-Runner File](#gpt-runner-file)
4141
- [Road map](#road-map)
4242
- [What's New](#whats-new)
4343
- [FAQ](#faq)
@@ -71,11 +71,15 @@ Use GPT-Runner to manage your AI presets, engage in AI-powered conversations wit
7171

7272
## Quick Start
7373

74+
> Make sure you have an Open AI Key or a Anthropic Key. You can get it from [Open AI](https://platform.openai.com/) or [Anthropic](https://www.anthropic.com/).
75+
76+
77+
### The first way: CLI
78+
7479
> 1. Requirements NodeJS >= 16.15.0
7580
> - To check your NodeJS version, run `node -v` in your terminal. If you need to install or update NodeJS, visit [the official NodeJS website](https://nodejs.org/) for download and installation instructions.
76-
> 2. Make sure you have an Open AI Key or a free ChatGPT account.
81+
> 2. First run the following command to download this package, which will take a long time, which is normal.
7782
78-
### The first way: CLI
7983

8084
```bash
8185
cd <your project folder>
@@ -86,11 +90,15 @@ You can see the web interface in your browser at [http://localhost:3003](http://
8690

8791
### The second way: VSCode Extension
8892

93+
> Requirements VSCode >= 1.72.0
94+
8995
Install the [GPT-Runner VSCode Extension](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner) from the VSCode Marketplace.
9096

91-
## Documentation
97+
## GPT-Runner File
98+
99+
For a detailed introduction about `.gpt-runner` directory, `*.gpt.md` files, and `gptr.config.json` files, please see here:
92100

93-
Read the [documentation](https://gpt-runner.nicepkg.cn/) for installation instructions, usage guide, and more details on GPT-Runner's features.
101+
[Introduction to GPT-Runner Files](https://github.com/nicepkg/gpt-runner/blob/main/docs/gpt-config-en.gpt.md)
94102

95103
## Road map
96104

README_CN.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
[终端工具](https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-cli/) / [网页版](https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-web/) / [VSCode 扩展](https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-vscode/) / [反馈](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [打赏开发者](https://github.com/nicepkg/gpt-runner/assets/35005637/98a4962a-8a2e-4177-8781-1e1ee886ecdc)
1818

19-
[cli-url]: https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-cli/
19+
[cli-url]: https://github.com/nicepkg/gpt-runner/blob/main/packages/gpt-runner-cli/README_CN.md
2020
[cli-image]: https://img.shields.io/badge/CLI-Node.js-green?logo=node.js
21-
[web-url]: https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-web/
21+
[web-url]: https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-web/README_CN.md
2222
[web-image]: https://img.shields.io/badge/Web-React-blue?logo=react
23-
[vscode-url]: https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-vscode/
23+
[vscode-url]: https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-vscode/README_CN.md
2424
[vscode-image]: https://img.shields.io/badge/VSCode-Extension-blue?logo=visualstudiocode
2525

2626
</div>
@@ -33,7 +33,7 @@
3333
- [快速开始](#快速开始)
3434
- [方式一:CLI](#方式一cli)
3535
- [方式二:VSCode 扩展](#方式二vscode-扩展)
36-
- [文档](#文档)
36+
- [GPT-Runner 文件](#gpt-runner-文件)
3737
- [开发计划](#开发计划)
3838
- [最新动态](#最新动态)
3939
- [常见问题](#常见问题)
@@ -66,14 +66,16 @@
6666

6767
## 快速开始
6868

69-
> 1. 要求 NodeJS >= 16.15.0
70-
> - 要检查您的 NodeJS 版本,请在终端中运行 `node -v`。如果您需要安装或更新 NodeJS,请访问 [官方 NodeJS 网站](https://nodejs.org/) 以获取下载和安装说明。
71-
>
72-
> 2. 确保你有一个 Open AI Key 或一个免费的 ChatGPT 账号。
73-
> 3. 确保你的命令终端能 ping 通 api.openai.com (如果你在中国大陆,你可能需要科学上网)。
69+
> 确保你有一个 Open AI Key 或 Anthropic Key,如果没有,请访问 [Open AI](https://platform.openai.com/)[Anthropic](https://www.anthropic.com/product/) 申请。
70+
> 2. 确保你的命令终端能 ping 通 google.com (如果你在中国大陆,你可能需要科学上网)。
7471
7572
### 方式一:CLI
7673

74+
75+
> 1. 要求 NodeJS >= 16.15.0
76+
> - 要检查您的 NodeJS 版本,请在终端中运行 `node -v`。如果您需要安装或更新 NodeJS,请访问 [官方 NodeJS 网站](https://nodejs.org/) 以获取下载和安装说明。
77+
> 2. 首次执行以下命令会下载这个包,时间会比较长,这是正常的。
78+
7779
```bash
7880
cd <你的项目路径>
7981
npx gptr
@@ -83,11 +85,15 @@ npx gptr
8385

8486
### 方式二:VSCode 扩展
8587

88+
> 要求 VSCode >= 1.72.0
89+
8690
从 VSCode Marketplace 安装 [GPT-Runner VSCode 扩展](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner)
8791

88-
## 文档
92+
## GPT-Runner 文件
93+
94+
关于 `.gpt-runner` 目录和 `*.gpt.md` 文件和 `gptr.config.json` 文件详细介绍请看这里:
8995

90-
阅读 [文档](https://gpt-runner.nicepkg.cn/) 以获取安装说明、使用指南和有关 GPT-Runner 功能的更多详细信息。
96+
[GPT-Runner 文件介绍](https://github.com/nicepkg/gpt-runner/blob/main/docs/gpt-config-cn.gpt.md)
9197

9298
## 开发计划
9399

docs/faq-cn.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
faq cn
1+
# 常见问题
2+

docs/faq-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
faq en
1+
# FAQ

0 commit comments

Comments
 (0)