Skip to content
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

Closed
1 task done
infinit-X opened this issue Apr 24, 2023 · 12 comments
Closed
1 task done

Implement Bing AI token for free use of Auto-GPT #3105

infinit-X opened this issue Apr 24, 2023 · 12 comments
Labels
API access Trouble with connecting to the API Stale

Comments

@infinit-X
Copy link

Duplicates

  • I have searched the existing issues

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

@AndresCdo
Copy link
Contributor

Please provide more information about it.

@infinit-X
Copy link
Author

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
https://github.com/acheong08/EdgeGPT

THX.

@xianzhisheng
Copy link

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?
However, at present, Bing Chat does not provide an API interface, even if we reverse call the web page to carry out the conversation, it is difficult to achieve the effect of the OpenAI interface, and Bing also has a limit on the number of conversations.

@infinit-X
Copy link
Author

infinit-X commented Apr 25, 2023

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? However, at present, Bing Chat does not provide an API interface, even if we reverse call the web page to carry out the conversation, it is difficult to achieve the effect of the OpenAI interface, and Bing also has a limit on the number of conversations.

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

@infinit-X infinit-X changed the title Implement Bing AI token for free use of AI Implement Bing AI token for free use of Auto-GPT Apr 25, 2023
@Pwuts Pwuts added the API access Trouble with connecting to the API label Apr 26, 2023
@arikw
Copy link

arikw commented May 4, 2023

Just found out about https://github.com/gravelBridge/AutoGPT-BingAI
Haven't tried it yet.

@anonhostpi
Copy link

anonhostpi commented May 4, 2023

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.

@albertony-ustc
Copy link

刚知道https://github.com/gravelBridge/AutoGPT-BingAI 还没试过。

刚知道+1,朋友有测试过吗

@cowwoc
Copy link

cowwoc commented Aug 26, 2023

We need a way to run AutoGPT without an OpenAI API key, just using Bing Chat. Do you plan to provide such an override?

@katmai
Copy link

katmai commented Aug 26, 2023

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.

@cowwoc
Copy link

cowwoc commented Aug 26, 2023

@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.

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the Stale label Oct 16, 2023
@github-actions
Copy link
Contributor

This issue was closed automatically because it has been stale for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API access Trouble with connecting to the API Stale
Projects
None yet
Development

No branches or pull requests

9 participants