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.

MIT License

Stars
1.5K

Bot releases are visible (Hide)

chatgpt-ui - v2.1.7

Published by WongSaang over 1 year ago

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

chatgpt-ui - v2.1.6

Published by WongSaang over 1 year ago

Features:

  1. Add typewriter effect to the messages of the model
  2. Frequently used prompt function
chatgpt-ui - v2.1.5

Published by WongSaang over 1 year ago

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
chatgpt-ui - v2.1.3

Published by WongSaang over 1 year ago

Features

  1. Editing and deleting individual conversations
  2. Clear all conversations
chatgpt-ui - v2.1.2

Published by WongSaang over 1 year ago

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

chatgpt-ui - v2.1.1

Published by WongSaang over 1 year ago

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
chatgpt-ui - v2.1.0

Published by WongSaang over 1 year ago

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
chatgpt-ui - v2.0.1

Published by WongSaang over 1 year ago

chatgpt-ui - v2.0.0

Published by WongSaang over 1 year ago

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.

chatgpt-ui - v1.1.6

Published by WongSaang over 1 year ago

Features

  • i18n
  • Simplified Chinese translation
chatgpt-ui - v1.1.5

Published by WongSaang over 1 year ago

Fix error when clicking the stop button and optimize SSE logic

chatgpt-ui - v1.1.3

Published by WongSaang over 1 year ago

Bug Fixes


  • The theme settings menu in the left drawer is invisible
  • snackbar does not display fully on mobile

Features


  • Add a welcome screen
  • Change the location of the snackbar to the top
  • Modify the background color of the theme menu to white
  • Add feedback buttons
chatgpt-ui - v1.1.2

Published by WongSaang over 1 year ago

Abandoning sqlite cache

chatgpt-ui - v1.1.1

Published by WongSaang over 1 year ago

Features:

Import the 'is-mobile' module to determine mobile devices, Allows pressing Enter to add a new line on mobile browsers.

Bug Fixes

  • Send button doesn't work

  • Input box cannot wrap on mobile

chatgpt-ui - v1.1.0

Published by WongSaang over 1 year ago

  1. Update the layout to accommodate mobile
  2. Cache theme
chatgpt-ui - v1.0.0

Published by WongSaang over 1 year ago

A web client for ChatGPT

Features

  • Custom Model

  • Custom api key