-
Notifications
You must be signed in to change notification settings - Fork 44.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Bing AI token for free use of Auto-GPT #3105
Comments
Please provide more information about it. |
Sure. Auto=GPT basically use GPT 4 for test generation, 3.5 for summarization and DAll-E for image generation but there are projects which are using Bing AI which is also based on GPT 4 for text generation and summarization, and they also use Bing image creator for image generation. But as Auto-GPT use openAI api key for all above, it uses tokens hence cost money. You can refer these projects to have a more clearer idea. https://github.com/danny-avila/chatgpt-clone THX. |
That's a great idea! For example, if I already have permission to use Bing Chat, can I use Bing as an interface in AutoGPT? |
There is a workaround for this actually, we can use the Bing _U cookie value to connect and take Bing AI response, and chatgpt-clone project above I cited has a jailbroken mode for BingAI chat which disables the chat limit and Microsoft limitations as well. Also we can use Chatgpt browser client which is free and also using GPT 3.5 turbo model with the same reverse engineering using access token from https://chat.openai.com/api/auth/session |
Just found out about https://github.com/gravelBridge/AutoGPT-BingAI |
Be wary when trying to access GPT through 3rd party tools, especially through unorthodox means. This feature would very likely violate Bing's ToS. With that said, this would probably be better as a plugin, but even then, that's a liability risk. You have to remember that actual businesses are looking to use this tool. Make sure your feature requests are legal. |
刚知道+1,朋友有测试过吗 |
We need a way to run AutoGPT without an OpenAI API key, just using Bing Chat. Do you plan to provide such an override? |
bing is based on openAI. |
@katmai Sure, but it does not require an API key. I expect to be able to use https://github.com/gravelBridge/AutoGPT-BingAI without an OpenAI API key. |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Duplicates
Summary 💡
We can use auto GPT for free if we could use bing AI instead of openai api key. There are number of projects which are using reverse engineered bing AI so i would suggest to look on that.
Examples 🌈
No response
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: