WAppAI / assistant

A WhatsApp chatbot that leverages Bing AI's and others LLMs conversational capabilities.
MIT License
102 stars 37 forks source link

Repeatedly not getting a response and getting error #3

Closed arnab3k closed 1 year ago

arnab3k commented 1 year ago

[Error: The moderation filter triggered. Try again with different wording.]

Doing !ping works.

veigamann commented 1 year ago

That's probably due to the outdated default systemMessage being used by BingAIClient. The systemMessage is what "jailbreaks" Bing Chat, what makes Bing behave like Sydney. I will check this later today when I get some time.

arnab3k commented 1 year ago

Can I just run it in default mode without being Sydney? Even that will work

dinushay commented 1 year ago

I have the same problem

dinushay commented 1 year ago

Can't you use the AI without jailbreak?

veigamann commented 1 year ago

Can I just run it in default mode without being Sydney? Even that will work

Can't you use the AI without jailbreak?

Not yet, but now that I've got some time, I'll add a command so you can choose between jailbreak/no jailbreak modes, probably by this weekend.

veigamann commented 1 year ago

@arnab3k, @DinuNuggets, Try running git pull then yarn start to run the bot again. I've updated the dependencies, it's working here. Please let me know if it works.

dinushay commented 1 year ago

I works now! @veigamann

Still, I prefer the original bing ai

veigamann commented 1 year ago

Got it. Adding a "jailbreak toggle" command shouldn't be too difficult. I have many ideas for this project but limited time to work on them, at the moment. Anyway, as I said earlier, I'll try to implement this as soon as possible. Closing this issue as it seems to have been resolved.

Thank you for the feedback and for engaging in the project! It's much appreciated!

beshoo commented 12 months ago

Got it. Adding a "jailbreak toggle" command shouldn't be too difficult. I have many ideas for this project but limited time to work on them, at the moment. Anyway, as I said earlier, I'll try to implement this as soon as possible. Closing this issue as it seems to have been resolved.

Thank you for the feedback and for engaging in the project! It's much appreciated!

How can we enable jailbreak mode by default? i don't want users to send message !jailbreak on to enable it, I want it to be the default mode!