Use OpenAI's API for Free

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

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

  • @НиколаГаврић-ш9э
    @НиколаГаврић-ш9э 21 วันที่ผ่านมา +7

    Naah dude. Change the title and don't waste anyone's time...

    • @Informatro
      @Informatro 12 วันที่ผ่านมา

      Thanks dude

  • @unclecode
    @unclecode 5 หลายเดือนก่อน +7

    Interesting, just its almost 3 to 4 times slower, due to some network handshaking it does before sending it to server

    • @bonsaiilabs
      @bonsaiilabs  5 หลายเดือนก่อน +3

      Interesting. In my experiments, it was slow that directly hitting OpenAI API, but that's also because a proxy is sitting in between.

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

      Hey

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

    is it available for TTS AND IMAGE GENERATION also ??

    • @bineetjha2268
      @bineetjha2268 2 หลายเดือนก่อน +1

      no it isn't available for this this image generation

  • @deepakp3412
    @deepakp3412 4 หลายเดือนก่อน +6

    Its not working . print(completion.choices), it printed None. Nothing was fetched. or maybe some error.same problem

  • @brutely9718
    @brutely9718 5 หลายเดือนก่อน +19

    Nonetype" object is not subscriptable .. getting type error

    • @yashagarwal99
      @yashagarwal99 5 หลายเดือนก่อน +1

      Same error

    • @ihitasinha990
      @ihitasinha990 5 หลายเดือนก่อน +2

      only works for US based IP, if you're not in the US, use a VPN

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

      @@ihitasinha990 no I'm using vpc from US. The error was actually that I need to follow farmat it seems. Anyways I checked nodejs file what's really causing but I'm unable to find it.

    • @brutely9718
      @brutely9718 5 หลายเดือนก่อน +3

      Thanks, but even though if I use vpc (ec2) from US it's not possible.. it says you are not sending request in format. If I print whole json

    • @sscoder170
      @sscoder170 4 หลายเดือนก่อน +2

      @@ihitasinha990not working in USA also getting same error

  • @ashikshuvo7131
    @ashikshuvo7131 24 วันที่ผ่านมา

    the local docker solution is not working any more

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

    How you are running docker in your VS. What other extension I need to install

    • @bonsaiilabs
      @bonsaiilabs  29 วันที่ผ่านมา

      The docker has been running locally

  • @naumanahmed4174
    @naumanahmed4174 3 หลายเดือนก่อน +1

    Following all the steps in this video , heres what i got : raise APIConnectionError(request=request) from err
    openai.APIConnectionError: Connection error.

  • @mohamedsameer3549
    @mohamedsameer3549 4 หลายเดือนก่อน +3

    Hi i have done the required setups and using the public endpoint, I have submitted the prompt and I am receiving response as "An error occurred. please try again. Additionally, ensure that your request complies with OpenAI's policy." is there anything I missed or should I have to change.

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

      same error facing

  • @rizmyabdulla
    @rizmyabdulla 4 หลายเดือนก่อน +1

    Is it possible to fine tune this GPT model with this reverse api?

    • @bonsaiilabs
      @bonsaiilabs  4 หลายเดือนก่อน +1

      You won't be able to finetune since you are using OpenAI model. Hope this helps.

    • @Waseem-f7n
      @Waseem-f7n 4 หลายเดือนก่อน

      yes it is. you can finetune or attach your docs, pdfs, SQL database or any database. then it'll give answer from both your stuff and chatGPT.

    • @RahulS-d3m
      @RahulS-d3m 2 หลายเดือนก่อน

      @@Waseem-f7n how? any ref

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

    It's still error 429 and have to buy credit :)

  • @Чумак-щ8и
    @Чумак-щ8и 4 หลายเดือนก่อน +3

    Is it possible to do free gpt but like python library?

    • @bonsaiilabs
      @bonsaiilabs  4 หลายเดือนก่อน +2

      Yes, at 3:57 of this video, you see the Local Endpoint and Public Endpoint, use any of these in your python code. For making REST api calls, refer to platform.openai.com/docs/api-reference/making-requests. Use the Urls, from the timestamp mentioned in this comment, and any API key. This should work.

    • @Чумак-щ8и
      @Чумак-щ8и 4 หลายเดือนก่อน

      @@bonsaiilabs Thanks!

  • @QorQar
    @QorQar 5 หลายเดือนก่อน +2

    Has the free class been cancelled?openai api key

    • @sheepythegamer
      @sheepythegamer 5 หลายเดือนก่อน +1

      Pretty sure all of the fresh keys I hoarded suddenly wouldn't work when I knew they had credits

  • @kirangkumar057
    @kirangkumar057 4 หลายเดือนก่อน +2

    Its not working . print(completion.choices), it printed None. Nothing was fetched. or maybe some error. Please help

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

      yeah I got the same error, I'm in windows tried both docker way and also by pc/windows.
      I got the same error , maybe something was broken in the code or openai stopped this proxy lol
      print(completion.choices[0].message.content)
      TypeError: 'NoneType' object is not subscriptable

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

    Whata a hell? Man it is looks lika your advertising docker >:[

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

      The solution requires docker, and that's what was demonstrated in the video.

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

      @@bonsaiilabs
      I have done it without any docker! There a Gpt4free library

  • @DotSlashA
    @DotSlashA 4 หลายเดือนก่อน +1

    I pretty much followed you but I get this error, any help?
    print(completion.choices[0].message.content)
    ~~~~~~~~~~~~~~~~~~^^^
    TypeError: 'NoneType' object is not subscriptable

    • @kirangkumar057
      @kirangkumar057 4 หลายเดือนก่อน +1

      got some bcz it fetched nothing. maybe its not working