Giter Club home page Giter Club logo

Comments (7)

acheong08 avatar acheong08 commented on May 16, 2024 1

I just updated the code to allow email/password authentication. I'll look into this issue as well

from chatgpt.

acheong08 avatar acheong08 commented on May 16, 2024

So I inspected the chatgpt.headers and that gives:

That is because the session token is used only for getting a new Authorization bearer token

from chatgpt.

acheong08 avatar acheong08 commented on May 16, 2024

I cannot replicate. The session token works as expected when using:

from revChatGPT.revChatGPT import Chatbot
import json
# Get config
# config = open("config.json", "r").read()
# config = json.loads(config)
# Create a chatbot object
chatbot = Chatbot({'session_token': '<Token here>'})

chatbot.refresh_session()

# Get a response
response = chatbot.get_chat_response("Hello", output="text")

# Print the response
print(response)
print(chatbot.headers)

from chatgpt.

acheong08 avatar acheong08 commented on May 16, 2024

Do pip3 install revChatGPT --upgrade to update to the latest version

from chatgpt.

NiccoloSalvini avatar NiccoloSalvini commented on May 16, 2024

I just updated the code to allow email/password authentication. I'll look into this issue as well

Updated to the latest V. I tried with that:

config = {
    "email": ENVIRONMENT.OPENAI_MAIL,
    "password": ENVIRONMENT.OPENAI_PWD,
}
chatgpt = Chatbot(config, conversation_id=None)

and that says: Not in config

If I proceed further with chatgpt.refresh_session() I get:

Logging in...
Error refreshing session
Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

from chatgpt.

acheong08 avatar acheong08 commented on May 16, 2024

pip3 install lxml

I have just updated the requirements so pip3 install revChatGPT --upgrade should suffice

from chatgpt.

acheong08 avatar acheong08 commented on May 16, 2024
> Not in config

This was just for debugging. Removed the print statement

from chatgpt.

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.