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

I've made a working one #134

Open
3281448091 opened this issue Dec 23, 2022 · 5 comments
Open

I've made a working one #134

3281448091 opened this issue Dec 23, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@3281448091
Copy link

https://github.com/LanLan69/easyChatGPT

@3281448091 3281448091 added the enhancement New feature or request label Dec 23, 2022
@sajjadGG
Copy link

put a init file in classes folder and in the main.py instead of .classes use classes

@aaronteamAAR
Copy link

https://github.com/LanLan69/easyChatGPT

it does'nt let you use chatgpt from the terminal

@aetherwu
Copy link

It dose work but it lanuches a browser evey time you run it...

@aaronteamAAR
Copy link

It dose work but it lanuches a browser evey time you run it...

Yes that's the issue, please is there a way I can maintain a live communication?

@sortalost
Copy link

sortalost commented Jul 22, 2023

It dose work but it lanuches a browser evey time you run it...

Yes that's the issue, please is there a way I can maintain a live communication?

There's an argument --headless (or smth iirc). It doesn't launch any browser. The argument is for selenium btw.

Edit: It's there in this easyChatGPT too, pass the headless = True argument like:

chat = ChatClient(email, password, headless=True)

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

No branches or pull requests

6 participants