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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
8
8
-[Contributing](#Contributing)
9
9
10
10
## Installation
11
-
1. Clone the project to your host.
12
-
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
13
-
3. Assign the directory of the project as the root directory of the web.
14
-
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.
11
+
1. Clone the project to your host.
12
+
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
13
+
3. Assign the directory of the project as the root directory of the web.
14
+
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.
15
15
16
16
## Configure
17
17
@@ -62,4 +62,4 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
62
62
## Contributing
63
63
You can report bugs or make feature requests through the issue, or fork the project and make your own version.
64
64
To report the bugs, please use the `bug` tag.
65
-
To request new feature, please use the `enhancement` tag.
65
+
To request new feature, please use the `enhancement` tag.
0 commit comments