-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c816af
commit fc0d207
Showing
4 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# ChatGPT Web Bot | ||
|
||
[中文](./README.md) | English | ||
|
||
ChartGPT demo page built with express and vue3 | ||
|
||
![cover](./docs/cover.png) | ||
|
||
## Usage | ||
> Make sure `node >= 18` | ||
If pnpm is not installed | ||
```shell | ||
npm install pnpm -g | ||
``` | ||
|
||
install node deps | ||
```shell | ||
pnpm install | ||
``` | ||
|
||
Sign up for an [OpenAI API key](https://platform.openai.com/overview) and store it in your environment. | ||
|
||
``` | ||
# .env | ||
OPENAI_API_KEY="Your Key" | ||
``` | ||
|
||
Run service | ||
```shell | ||
pnpm run service | ||
``` | ||
|
||
Run web | ||
```shell | ||
pnpm run dev | ||
``` | ||
|
||
## License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
fc0d207
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatgpt-bot – ./
chatgpt-bot-chanzhaoyu.vercel.app
chatgpt-bot-git-main-chanzhaoyu.vercel.app
chatgpt-bot-peach.vercel.app