Git Product home page Git Product logo

Comments (8)

AlexSua avatar AlexSua commented on August 17, 2024 10

The guys from openAI has updated the login mechanism. I think I know how to fix the thing, and I will make an update to address the issue today or tomorrow.

from chatgpt-python.

Rainjob avatar Rainjob commented on August 17, 2024 5

OpenAI sure doesn't feel so open.

from chatgpt-python.

alkollo avatar alkollo commented on August 17, 2024 3

Got an error, I think it comes from Cloudflare protection

"

<div class="footer" role="contentinfo">
    <div class="footer-inner">
        <div class="clearfix diagnostic-wrapper">
            <div class="ray-id">Ray ID: <code>77999b74e9781294</code></div>
        </div>
        <div class="text-center">Performance &amp; security by <a rel="noopener noreferrer" href="https://www.cloudflare.com?utm_source=challenge&utm_campaign=m" target="_blank">Cloudflare</a></div>
    </div>
</div>"

from chatgpt-python.

bumandpunk avatar bumandpunk commented on August 17, 2024

me too

from chatgpt-python.

darwinva97 avatar darwinva97 commented on August 17, 2024

me too
This code:

`
#!/usr/bin/env python

-- coding: utf-8 --

import sys
from chatgpt import Conversation

conversation = Conversation()

for chunk in conversation.stream("We are going to start a conversation. I will speak English and you will speak Portuguese."):
print(chunk, end="")
sys.stdout.flush()

print(conversation.chat("What's the color of the sky?"))
`

doing nothing

from chatgpt-python.

MJeremy2017 avatar MJeremy2017 commented on August 17, 2024

btw, do we support using the API key to login. Guess that's safer and easier for wider adoption.

from chatgpt-python.

kazu-321 avatar kazu-321 commented on August 17, 2024

acheong08/ChatGPT#261
I think this issue is deeply related.
(translated by google translate)

from chatgpt-python.

gptlang avatar gptlang commented on August 17, 2024

Has this been fixed yet?

from chatgpt-python.

Related Issues (18)

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.