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

no way to create a new chat #144

Open
iKrushYou opened this issue Feb 15, 2024 · 2 comments
Open

no way to create a new chat #144

iKrushYou opened this issue Feb 15, 2024 · 2 comments

Comments

@iKrushYou
Copy link

I can't find any way to create a new chat. If I want to create a new chat I have to go to the actual website

chat.openai.com:
image

chatgpt-mac:
image

@ChiefPatty
Copy link

ChiefPatty commented Feb 21, 2024

It took a little bit of tinkering for me, but it appears there was some CSS in the index.html file that was modifying the sidebar and making the "New Chat" button not appear.

1. Go to the file at this location:

~/Applications/ChatGPT.app/Contents/Resources/app/index.html

2. Delete lines 17 - 43 (The entirety of the function webview.insertCSS)

Code Before Edit

Index.html should now look like this:

Code After Edit

3. Save the file once those lines are deleted. Reload the application and the “New Chat” button should be there :)

Working GPT

@iKrushYou
Copy link
Author

sweeeet, thank you
not sure why I didn't think to just try to edit the app contents

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

2 participants