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

gradio throws errors - outdated package? #93

Open smoke22n opened 3 months ago

smoke22n commented 3 months ago

the gradio used in the package that installs requirements is outdated and makes it impossible to run text gen web ui with it.

If I install the plugin, the oogaboga text gen web ui does not start anymore due to Gradio.

If i keep my version of gradio, the plugin throws gradio errors. Any chance for an update?

smoke22n commented 3 months ago

I have no way to run this, using oogaboga on local host, api is active, everything works fine with other api extensions and integrations but oobabot throws this error forever, no matter what I do, looking for support/help:

2024-04-04 11:24:34,584 INFO Oobabooga is at ws://localhost:5000 2024-04-04 11:24:34,587 WARNING Could not connect to Oobabooga server: [ws://localhost:5000] 2024-04-04 11:24:34,587 WARNING Please check the URL and try again. 2024-04-04 11:24:34,587 ERROR Reason: 403, message='Invalid response status', url=URL('ws://localhost:5000/api/v1/stream')

Tried all ports, all types of urls, just doesn't connect.