Skip to content

Releases: WongSaang/chatgpt-ui

v2.1.7

09 Mar 15:37
Compare
Choose a tag to compare

Using markdown-it instead of marked as the markdown parser significantly improves the flickering issue during message rendering.

v2.1.6

09 Mar 09:43
Compare
Choose a tag to compare

Features:

  1. Add typewriter effect to the messages of the model
  2. Frequently used prompt function

v2.1.5

08 Mar 08:27
Compare
Choose a tag to compare

Features:

  1. Display code language in code block, add code copy function
  2. Improved page styles for better aesthetics
  3. Add more operational feedback on the login page

v2.1.3

07 Mar 09:55
Compare
Choose a tag to compare

Features

  1. Editing and deleting individual conversations
  2. Clear all conversations

v2.1.2

04 Mar 12:46
Compare
Choose a tag to compare

Improved the style of the chat window, using message bubbles.

v2.1.1

04 Mar 06:51
Compare
Choose a tag to compare

Features

  1. Add the try_files directive to the nginx configuration to solve the problem of 404 on email verification page
  2. Extend the token validity period

v2.1.0

03 Mar 16:33
Compare
Choose a tag to compare

From now on, the client and server use the same version number

Features

  • Update to the latest chat model gpt-3.5-turbo
  • Add a new user registration and verification module

v2.0.1

28 Feb 08:43
Compare
Choose a tag to compare
update nginx.conf

v2.0.0

24 Feb 08:38
d9b1ece
Compare
Choose a tag to compare

Features

😉 Separation of the frontend and backend, with the backend now using the Python-based Django framework.
😘 User authentication, supporting multiple users.
😀 Ability to store data in an external database (defaulting to Sqlite).
😎 Session persistence, allowing the API to answer questions based on your context.

v1.1.6

16 Feb 10:23
Compare
Choose a tag to compare

Features

  • i18n
  • Simplified Chinese translation