You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Use GPT-Runner to manage your AI presets, engage in AI-powered conversations wit
37
37
-[Quick Start](#quick-start)
38
38
-[The first way: CLI](#the-first-way-cli)
39
39
-[The second way: VSCode Extension](#the-second-way--vscode-extension)
40
-
-[Documentation](#documentation)
40
+
-[GPT-Runner File](#gpt-runner-file)
41
41
-[Road map](#road-map)
42
42
-[What's New](#whats-new)
43
43
-[FAQ](#faq)
@@ -71,11 +71,15 @@ Use GPT-Runner to manage your AI presets, engage in AI-powered conversations wit
71
71
72
72
## Quick Start
73
73
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
+
74
79
> 1. Requirements NodeJS >= 16.15.0
75
80
> - 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.
77
82
78
-
### The first way: CLI
79
83
80
84
```bash
81
85
cd<your project folder>
@@ -86,11 +90,15 @@ You can see the web interface in your browser at [http://localhost:3003](http://
86
90
87
91
### The second way: VSCode Extension
88
92
93
+
> Requirements VSCode >= 1.72.0
94
+
89
95
Install the [GPT-Runner VSCode Extension](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner) from the VSCode Marketplace.
90
96
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:
92
100
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)
0 commit comments