@@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.
Following all the steps in this video , heres what i got : raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error.
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.
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.
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
I pretty much followed you but I get this error, any help? print(completion.choices[0].message.content) ~~~~~~~~~~~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable
Naah dude. Change the title and don't waste anyone's time...
Thanks dude
Interesting, just its almost 3 to 4 times slower, due to some network handshaking it does before sending it to server
Interesting. In my experiments, it was slow that directly hitting OpenAI API, but that's also because a proxy is sitting in between.
Hey
is it available for TTS AND IMAGE GENERATION also ??
no it isn't available for this this image generation
Its not working . print(completion.choices), it printed None. Nothing was fetched. or maybe some error.same problem
Nonetype" object is not subscriptable .. getting type error
Same error
only works for US based IP, if you're not in the US, use a VPN
@@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.
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
@@ihitasinha990not working in USA also getting same error
the local docker solution is not working any more
How you are running docker in your VS. What other extension I need to install
The docker has been running locally
Following all the steps in this video , heres what i got : raise APIConnectionError(request=request) from err
openai.APIConnectionError: Connection error.
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.
same error facing
Is it possible to fine tune this GPT model with this reverse api?
You won't be able to finetune since you are using OpenAI model. Hope this helps.
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.
@@Waseem-f7n how? any ref
It's still error 429 and have to buy credit :)
Is it possible to do free gpt but like python library?
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.
@@bonsaiilabs Thanks!
Has the free class been cancelled?openai api key
Pretty sure all of the fresh keys I hoarded suddenly wouldn't work when I knew they had credits
Its not working . print(completion.choices), it printed None. Nothing was fetched. or maybe some error. Please help
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
Whata a hell? Man it is looks lika your advertising docker >:[
The solution requires docker, and that's what was demonstrated in the video.
@@bonsaiilabs
I have done it without any docker! There a Gpt4free library
I pretty much followed you but I get this error, any help?
print(completion.choices[0].message.content)
~~~~~~~~~~~~~~~~~~^^^
TypeError: 'NoneType' object is not subscriptable
got some bcz it fetched nothing. maybe its not working