chatgpt-clone icon indicating copy to clipboard operation
chatgpt-clone copied to clipboard

ChatGPT interface with better UI

Results 90 chatgpt-clone issues
Sort by recently updated
recently updated
newest added

The send button is not clickable on the mobile web page. ![image](https://github.com/xtekky/chatgpt-clone/assets/25921576/fde5c492-d552-481a-8ab7-64e2316c2355)

Implemented alternative text copying method to fix copy button functionality in web version (when http)

The chat.g4f.ai version are stuck without response. ![image](https://github.com/xtekky/chatgpt-clone/assets/47816228/2f2d03cb-ddae-45c7-80fe-41681e60812f) Same with the selfhosted version. This is the output log: ![image](https://github.com/xtekky/chatgpt-clone/assets/47816228/64f3bef4-3b22-4f7d-90cb-aa63234ef42b)

Seems that copy button on the code sections doesn't work on Google Chrome. Nothing is copied to clipboard

I tried to use ChimeraGPT, but I didn't get a reply and requested the following ![image](https://github.com/xtekky/chatgpt-clone/assets/45162558/74da5480-c4ba-4be9-b6a4-60c0c8e1bb18) ![image](https://github.com/xtekky/chatgpt-clone/assets/45162558/45835589-5797-4979-ad13-89e360a60953)

hey, I was thinking about contributing with a PR by replacing flask with fastapi. It hosuld be slighlty faster ans yet easy to uderstand. What do you think? :-)

This allows users to delete previous messages from the UI and local storage. The function takes a message's token as an argument, identifies the corresponding message elements in the UI,...

1. add gpt-4o and gpt4-turbo 2. also set gpt-4o as the default model

Hi Sir Thanks for you great code, I am a newbie to github, this is my first time login to github, I used chatgpt-clone to create a rag app for...