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 hidden (Show)

chatgpt-ui - v2.3.8

Published by WongSaang over 1 year ago

Replace blank items in the conversation list with the default title

chatgpt-ui - v2.3.7

Published by WongSaang over 1 year ago

New features:

  1. Added reset password function
  2. Display current user on the page
  3. Show top toolbar and display current conversation topic in it.
chatgpt-ui - v2.3.6

Published by WongSaang over 1 year ago

  1. Support conversation routing, isolating each conversation and supporting simultaneous chat in multiple conversations
  2. Localized prompt support for conversation title generation
  3. Fix some variables with ambiguous naming
chatgpt-ui - v2.3.5

Published by WongSaang over 1 year ago

Features

  1. Add title for prompt.
  2. Add Russian language support
  3. Add prompt fields to the translation section
  4. Add docker compose file for development

❤️Thanks to @erritis erritis for his excellent work!

chatgpt-ui - v2.3.3

Published by WongSaang over 1 year ago

Support GPT-4

chatgpt-ui - v2.3.2

Published by WongSaang over 1 year ago

Change the functionality of custom API key to be controlled by the admin panel to determine whether it is enabled or not.

chatgpt-ui - v2.3.1

Published by WongSaang over 1 year ago

Features:

  1. Support controlling whether to enable the API Key setting module through environment variable: NUXT_PUBLIC_CUSTOM_API_KEY
  2. Get the appName from environment variables.
chatgpt-ui - v2.3.0

Published by WongSaang over 1 year ago

Web search prompt supports multiple languages

chatgpt-ui - v2.2.9

Published by WongSaang over 1 year ago

🌏Added web search functionality.

chatgpt-ui - v2.2.8

Published by WongSaang over 1 year ago

Delete the series related to parent_message

chatgpt-ui - v2.2.7

Published by WongSaang over 1 year ago

  1. Fix the bug of being unable to delete messages.
  2. Remove the parent_message_id constraint.
chatgpt-ui - v2.2.6

Published by WongSaang over 1 year ago

Fix

Some known bugs about PWA

chatgpt-ui - v2.2.5

Published by WongSaang over 1 year ago

Feature:

Add email verification requirement judgment after completing registration

Fix:

The language settings dialog not displaying the close button.

chatgpt-ui - v2.2.4

Published by WongSaang over 1 year ago

Added a Sign-out button

chatgpt-ui - v2.2.3

Published by WongSaang over 1 year ago

Features:

  1. Added two new message actions: edit、delete.
  2. Optimize the editor and enhance the user experience.
chatgpt-ui - v2.2.2

Published by WongSaang over 1 year ago

Added Message Actions component with message copy function attached.

chatgpt-ui - v2.2.1

Published by WongSaang over 1 year ago

Support configuring model parameters in the front-end and storing them in localStorage.

chatgpt-ui - v2.2.0

Published by WongSaang over 1 year ago

Feature:

PWA

chatgpt-ui - v2.1.9

Published by WongSaang over 1 year ago

chatgpt-ui - v2.1.8

Published by WongSaang over 1 year ago

Features:

Add 2 environment variables to control the typewriter effect

Fix:

Solve the problem of not clearing the messages on the right side when deleting the current conversation.