You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			3 years ago | |
|---|---|---|
| .vscode | 3 years ago | |
| docs | 3 years ago | |
| public | 3 years ago | |
| service | 3 years ago | |
| src | 3 years ago | |
| .editorconfig | 3 years ago | |
| .env | 3 years ago | |
| .eslintignore | 3 years ago | |
| .eslintrc.cjs | 3 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 3 years ago | |
| .npmrc | 3 years ago | |
| .prettierrc.json | 3 years ago | |
| CHANGELOG.md | 3 years ago | |
| README.md | 3 years ago | |
| README.zh-CN.md | 3 years ago | |
| index.html | 3 years ago | |
| license | 3 years ago | |
| package.json | 3 years ago | |
| pnpm-lock.yaml | 3 years ago | |
| postcss.config.js | 3 years ago | |
| tailwind.config.js | 3 years ago | |
| tsconfig.json | 3 years ago | |
| vite.config.ts | 3 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	ChatGPT Web Bot
English | 中文
ChartGPT demo page built with express and vue3
Usage
Make sure
node >= 18
If pnpm is not installed
npm install pnpm -g
install node deps
pnpm install
Sign up for an OpenAI API key and store it in your environment.
# .env
OPENAI_API_KEY="Your Key"
Run service
pnpm run service
Run web
pnpm run dev
License
MIT © ChenZhaoYu
