WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

建议增加打字机功能 #104

Closed ikiwihome closed 1 year ago

ikiwihome commented 1 year ago

当前版本内容是直接一段一段出现,需要等待时间较长,建议增加打字机效果

GOvEy1nw commented 1 year ago

Typewriter is built in, just not enabled. You can tweak these settings in nuxt.config.ts and build your own version to get it working.

            typewriter: false,
            typewriterDelay: 50,
WongSaang commented 1 year ago

最新的版本可以通过环境变量来配置了 image