gpt4free
gpt4free copied to clipboard
Bing Proxy
Is it possible to add proxy support to bing as an argument? It worked well for me, but today he decided to tell me that he could not create a new conversation, and before that, by mistake in the loop code, I sent too many requests, and he probably blocked me by ip.
Missing conversationSignature in response
same here the bing provider is for some reason not giving any response.
Bing does not provide a response because when creating a conversation, a json response is received, but without conversationSignature. The problem may be with authorization. I tried a proxy, the result was the same. I haven't tried cookies yet.
the cookies will probably result the same. I am guessing the problem is in storing the cookies because it may not be able to keep the cookies active.
One more peculiarity that i noticed when working with gradio for testing interfacing and prompting for gpt-4, is if you put a prompt and it throws an error with no logs in gradio terminal, just submitting a blank string after that error will result in the output of the previous prompt which resulted the error. I don't understand how and why did that happen.
also with bing it most of the times results in 'Exception: Failed to create conversation.'
i fixed the issue with conversationSignature and Failed to create conversation. if i clear the cookie jar, the second request works.
could you elaborate step by step or in code so that I can get a better idea..?
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.
You can now pass proxy at create:
...create(...., proxy="http://host:post")