chrisrude / oobabot

A Discord bot which talks to Large Language Model AIs running on oobabooga's text-generation-webui
MIT License
98 stars 33 forks source link

Having Autobooga enabled just results in oobabot failing #75

Open Mage-Enderman opened 11 months ago

Mage-Enderman commented 11 months ago

"WARNING An empty response was received from Oobabooga. Please check that the AI is running properly on the Oobabooga server at ws://localhost:5005."

I'd like to give my bot the ability to search the internet

Timboman commented 10 months ago

If you turn off logging in Autobooga it does work, but it seems to inject the search results in an odd place that throws off oobabot and causes it to start submitting nearly random nonsense to discord.

Mage-Enderman commented 10 months ago

https://github.com/sammyf/Autobooga/issues/8

Mage-Enderman commented 10 months ago

If you turn off logging in Autobooga it does work, but it seems to inject the search results in an odd place that throws off oobabot and causes it to start submitting nearly random nonsense to discord.

How do you turn off logging in autobooga?

Timboman commented 10 months ago

In the autobooga_config.json config file you need to set the value "logging_enabled": 0

Mage-Enderman commented 10 months ago

Turning logging_enabled to 0 has made it slightly more functional but still I often get "2023-08-17 14:16:21,708 WARNING An empty response was received from Oobabooga. Please check that the AI is running properly on the Oobabooga server at ws://localhost:5005."

Mage-Enderman commented 10 months ago

I hope Chris adds support for autobooga's features natively since work on Autobooga has stopped