Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved UI/function #1

Open
ghost opened this issue May 8, 2023 · 0 comments
Open

Improved UI/function #1

ghost opened this issue May 8, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented May 8, 2023

You did a great job.. congratulations, but you need to improve the UI to make it perfect for all devices.

  1. When creating a new chat, let's avoid showing that loading message.

  2. Update the interface to the latest version of OpenAI (check it yourself) in the settings menu and elsewhere.

Cattura

  1. Add the plus as the central UI and remove those unnecessary writings for better cleanliness.

<h1 class="text-4xl font-semibold text-center text-gray-200 dark:text-gray-600 ml-auto mr-auto mb-10 sm:mb-16 flex gap-2 items-center justify-center flex-grow">ChatGPT<span class="bg-yellow-200 text-yellow-900 py-0.5 px-1.5 text-xs md:text-sm rounded-md uppercase">Plus</span></h1> (original code from gpt plus)

  1. You should add buttons for switching to the GPT 4 and GPT 3.5 models if you want a more detailed menu like the GPT Plus chat. Add me on Discord "Kryvexa#0406"

  2. Put the markdown as on chatgpt (make sure it works well and like chatgpt)

  3. Remove the button to become chat gpt plus

  4. Remove "check browser" which doesn't make sense.. or at most it should work with cloudflare but without that it doesn't make sense

  5. update from txt davinci to gpt-turbo + rules (I can help you with this)

  6. the Regenerate response button doesn't do its job.. it should regenerate the response from the api not regenerate the same text

  7. Add Microsoft login (or remove it)

  8. add message editing as on gpt (Make sure the text is well aligned when entering codes (both for sending and editing))

  9. when you refresh the page the regenerate response button doesn't stay fixed

  10. The api doesn't respond quickly.. the response only happens when the request is made in the api and therefore it takes longer.. so make it work quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants