Releases: WongSaang/chatgpt-ui
Releases · WongSaang/chatgpt-ui
v2.1.7
Using markdown-it instead of marked as the markdown parser significantly improves the flickering issue during message rendering.
v2.1.6
Features:
- Add typewriter effect to the messages of the model
- Frequently used prompt function
v2.1.5
Features:
- Display code language in code block, add code copy function
- Improved page styles for better aesthetics
- Add more operational feedback on the login page
v2.1.3
Features
- Editing and deleting individual conversations
- Clear all conversations
v2.1.2
Improved the style of the chat window, using message bubbles.
v2.1.1
Features
- Add the try_files directive to the nginx configuration to solve the problem of 404 on email verification page
- Extend the token validity period
v2.1.0
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.0
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
Features
- i18n
- Simplified Chinese translation