mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
63af4a8e97dfefa6f3fcee2bf8344d0169dff322

部分输入法支持中英文混输,输入过程中按空格选择中文,按回车把当前的英文直接上屏。 至少在Chrome浏览器中,会把输入法选英文词的回车作为keyup事件,导致未输入完成的句子被提交。改成监听keypress事件就没问题了。 其他浏览器未测试。
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
Description
Languages
Vue
53.6%
TypeScript
31.9%
Less
13.1%
HTML
0.7%
Dockerfile
0.3%
Other
0.3%