chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.54k stars 437 forks source link

perf: persistent prompts and add chat record #540

Closed jamebal closed 1 month ago

jamebal commented 1 month ago
  1. Persistent cue word

  2. Add chat log interface

BobDu commented 1 month ago

Sorry, before reviewing the logic changes, can you please merge the upstream main to the feature branch and then run lint?

In addition, please revert modifications to unrelated files such as gitignore and readme.

jamebal commented 1 month ago
  1. already merge the upstream main branch.
  2. already revert modifications to unrelated files such as gitignore and readme.
BobDu commented 1 month ago

Are you already run pnpm lint:fix?

jamebal commented 1 month ago

Are you already run pnpm lint:fix?

yes

BobDu commented 1 month ago

ping @jamebal Some comment in code review.