IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.44k stars 383 forks source link

BING CHAT has too many limitations and ethics #65

Open IntelligenzaArtificiale opened 1 year ago

IntelligenzaArtificiale commented 1 year ago

We have recently implemented the BING CHAT API.

The problem is that unlike ChatGPT it refuses to perform tasks, or to play role-playing games.

With AUTOGPT.PY he sometimes works very well, almost scary, other times he refuses to perform tasks (such as writing articles or other tasks that he deems not suitable for him)

Instead on BabyAGI and Camel , it refuses to perform the tasks. Because they are based on role-playing PromptTemplate . And bingchat is set to not execute these role-play task.

Any suggestions to buy pass the problem?

mithras666 commented 1 year ago

Hmm, I've heard that Bing reacts negatively to messages with accusative/imperative tone (Using "you must" or "do this").

I wonder if we could add some sort of randomized jailbreak prompt to the default Bing prompts.

Be careful with that though because Microsoft is banning people for using the same jailbreak prompt many times, so if you include it in your project, it might get many people banned at the same time!