Giter VIP home page Giter VIP logo

Comments (5)

Free-Max367 avatar Free-Max367 commented on August 11, 2024 1

Hello @isMMa ,

After my issue with "2023/11/27 17:55:42 ERROR It is not possible to pass verification #46", I had the same problem as you: chathead.interact only returning the word "ChatGPT".

My opinion was that ChatGPT has become slower recently in displaying its response.
This is likely related to allocated resources versus the number of users, perhaps also a geographical issue.
In any case, this could explain why we only get the word "ChatGPT" in return.

I then added a pause of several seconds in the file 'chatgpt.py', function 'interact', after the line self.wait_until_disappear(By.CLASS_NAME, self.wait_cq):

self.wait_until_disappear(By.CLASS_NAME, self.wait_cq)
time.sleep(60) # Modification Free-Max367
answer = self.browser.find_elements(By.CLASS_NAME, self.chatbox_cq)[-1]
logging.info('Answer is ready')

It works well now. I get a complete response.
Yes, 60 seconds is a lot, but I have no time constraints.
However, it's clearly not the right approach, and I am confident that @ugorsahin will find a much better automation method than what I have used here.
And, I will gladly beta-test the new release if @ugorsahin does not see this response issue on their end.
Thanks in advance.

Technical info: I'm using Windows 10 Entreprise version 22H2 + chrome-for-testing version 116.0.5845.96

from talkingheads.

ugorsahin avatar ugorsahin commented on August 11, 2024 1

Can you please install the latest version from the source? I believe the problem should be resolved with the changes I made yesterday.

from talkingheads.

isMMa avatar isMMa commented on August 11, 2024

Yes, now its works:

imagen

from talkingheads.

Free-Max367 avatar Free-Max367 commented on August 11, 2024

Hello @isMMa ,
On my end, it still doesn't work even with version 0.2.3.
To conduct the test, I ask ChatGPT to summarize a text of around 4000 characters.
In return, I get an empty text.
I still believe it's a response time issue with ChatGPT.

from talkingheads.

Free-Max367 avatar Free-Max367 commented on August 11, 2024

Hey,
The version 0.3.0 works perfectly on my end.
Thanks.

from talkingheads.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.