Get Access to the FREE ChatGPT API with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024

ความคิดเห็น • 42

  • @aispectrum
    @aispectrum  ปีที่แล้ว +8

    I just double checked, and the steps in the video should work fine (just make sure to install revChatGPT==1.2.1).
    Also, the developer has updated the package to ver 2.2.7. If you want to use that one, use the command "python -m revChatGPT.V1" in terminal.

    • @石英伦
      @石英伦 ปีที่แล้ว

      many thanks! "python -m revChatGPT.V1" work for me

    • @石英伦
      @石英伦 ปีที่แล้ว +2

      hey, I also found openai provide api to use their models, include test-davinci-003, which is different model but can do the same things. Due to test-davinci-003 and chatgpt both base on HFRL to trained and use gpt3.5 as their base model, if I want to build my own chatbot, is test-davinci-003 more reliable?

  • @lllmink
    @lllmink ปีที่แล้ว +9

    I'm using 1.2.1 followed the steps exactly. I have the right chrome. But I get stuck after finding cloud flare cookie. Then it keeps spawning browser getting stuck after finding cloudflare cookie and repeating this

  • @dhinorahmad4918
    @dhinorahmad4918 ปีที่แล้ว +4

    may have to use the latest version of revChatGPT (revChatGPT 6.7.3 released Jun 30, 2023),
    following the last line documentation example, this works for me, thanks you

  • @robo3644
    @robo3644 ปีที่แล้ว +8

    Can you trust putting your password and email in it?

  • @phamanhtuan-10a39
    @phamanhtuan-10a39 3 หลายเดือนก่อน +1

    I am stuck on "failed to refresh session", please help!

  • @chetanreddy6128
    @chetanreddy6128 8 หลายเดือนก่อน +2

    how can i get that env folder when i create a new project directory?

  • @voidbyteyt
    @voidbyteyt ปีที่แล้ว +3

    How can I open the browser and make a new session cookie if the cookie isn't correct?
    Sorry, I'm new to Python and AI.

    • @voidbyteyt
      @voidbyteyt ปีที่แล้ว

      Simply, I just want to be able to replace the session cookie without changing my code.

  • @pypypy4228
    @pypypy4228 ปีที่แล้ว +2

    Does it work now? I found that a session token changes once in a couple of minutes. My browser is not just pops up and closes. It makes me log in, then after a successful login it's still in place and in terminal I have eternal: Spawning browser...
    Browser spawned.

    • @drc3713
      @drc3713 ปีที่แล้ว

      Same here

  • @sneky_live
    @sneky_live ปีที่แล้ว +1

    How to create a new chat using this library?

  • @mryasinize
    @mryasinize 7 หลายเดือนก่อน

    I was trying to build the exact same thing lately. The code did well for some sessions but failed miserably. Didn't know already a library exists lol

  • @Ray-Zah
    @Ray-Zah ปีที่แล้ว

    A bad point is that If the token expires, you have to update your code.

  • @Ddjfhfjfj
    @Ddjfhfjfj ปีที่แล้ว

    Does this method need to pay real payment?

  • @lamourpaspourmoi
    @lamourpaspourmoi 4 หลายเดือนก่อน

    there is no unofficial file inside the folder :(

    • @Unknownisoff
      @Unknownisoff 4 หลายเดือนก่อน

      yah

    • @Unknownisoff
      @Unknownisoff 4 หลายเดือนก่อน

      hey install the 1.2.1 version it will be there

  • @石英伦
    @石英伦 ปีที่แล้ว

    hi there, I run the the process but get stuck on "Found Cloudflare Cookie" without close the Chrome, and also cannot type any input on Terminal. Could you help me with this problem?

    • @aispectrum
      @aispectrum  ปีที่แล้ว

      I suspect that the latest version of revChatGPT is installed in your system. If that's the case, you can try "python -m revChatGPT.V1" in the terminal.

    • @erolprod
      @erolprod ปีที่แล้ว

      @@aispectrum then it says, "ImportError: cannot import name 'PromptSession' from 'prompt_toolkit'"

  • @namanuriti
    @namanuriti ปีที่แล้ว

    I have to use this project to run in backend. it must happen without opening and closing of the browser, how do I solve that issue

    • @SS-gt8sy
      @SS-gt8sy 6 หลายเดือนก่อน

      Did you find something?

    • @PrPlanet
      @PrPlanet หลายเดือนก่อน

      anything ?

  • @iharisimran
    @iharisimran ปีที่แล้ว

    JavaScript support?

  • @stupideinstein2506
    @stupideinstein2506 9 หลายเดือนก่อน +3

    1:22 Chat GTP :))

  • @im_razvan
    @im_razvan ปีที่แล้ว

    tysm for this

  • @SaurabhKumar-qc6og
    @SaurabhKumar-qc6og ปีที่แล้ว

    It is too slow. Can we optimise it?

    • @SaurabhKumar-qc6og
      @SaurabhKumar-qc6og ปีที่แล้ว

      @@AndrieMC Not actually. I have used the api and that's pretty fast. I landed on this video searching for an alternative to the paid api. But this method is working very slow in my machine, I don't know about others.

    • @SS-gt8sy
      @SS-gt8sy 6 หลายเดือนก่อน

      ​@@SaurabhKumar-qc6ogdid you find anything else thats fast?

    • @SaurabhKumar-qc6og
      @SaurabhKumar-qc6og 5 หลายเดือนก่อน

      @@SS-gt8sy I didn't searched more on that as my client sticked on using the openAI paid API

  • @suriyaprakashjambunathan5561
    @suriyaprakashjambunathan5561 ปีที่แล้ว

    I followed the process as you've mentioned. But, I have added these two lines
    options.add_argument("--user-data-dir=")
    options.add_argument('--profile-directory=')
    When I run it via Terminal or ipynb, it is stuck at "Found Session Token!", the browser is not closing, and not moving to the next stage.
    Is there anything I'm doing wrong ?

  • @KushwanthK
    @KushwanthK 8 หลายเดือนก่อน

    Hi I dont see Unofficial.py file in the revChatGPT. Is this working for anyone?

  • @destinoutdoor
    @destinoutdoor ปีที่แล้ว

    man why u stopped

    • @faready
      @faready 6 หลายเดือนก่อน

      check your connection

  • @MohammadAli-bo3xl
    @MohammadAli-bo3xl 3 หลายเดือนก่อน

    its ChatGPT, not GTP 😒

  • @stati5tik
    @stati5tik 7 หลายเดือนก่อน +1

    It can be done much easier without having to start a browser instance... i have made a video showcasing how.

    • @djeguiwague2911
      @djeguiwague2911 7 หลายเดือนก่อน

      please le lien de votre video ?

    • @stati5tik
      @stati5tik 7 หลายเดือนก่อน

      @@djeguiwague2911 its in my channel