mamei16 / LLM_Web_search

An extension for oobabooga/text-generation-webui that enables the LLM to search the web using DuckDuckGo
GNU Affero General Public License v3.0
160 stars 24 forks source link

doesn't start #36

Open thejohnd0e opened 5 months ago

thejohnd0e commented 5 months ago

Screenshot - 2024-05-06 10 11 56

lstep commented 5 months ago

You need to do a pip install -r requirements.txt to install the required modules. Here, you're missing the duckduckgo-search python module.

thejohnd0e commented 5 months ago

You need to do a pip install -r requirements.txt to install the required modules. Here, you're missing the duckduckgo-search python module.

Screenshot - 2024-05-06 10 55 00

Screenshot - 2024-05-06 10 54 25

Screenshot - 2024-05-06 10 55 53

lstep commented 5 months ago

Is your oobabooga instance using any kind of virtual env (like venv, or conda) ? If that is the case, you need to be in that environment when doing the pip intall.

thejohnd0e commented 5 months ago

Is your oobabooga instance using any kind of virtual env (like venv, or conda) ? If that is the case, you need to be in that environment when doing the pip intall.

Of course I install dependencies from the folder where the extension is located, but I still don't understand why it's not working.

Screenshot - 2024-05-06 16 58 50