From 9bb1ef4361bbed1b725d7238316737be45fcc329 Mon Sep 17 00:00:00 2001 From: saloui Date: Tue, 20 Jun 2023 08:48:16 +0200 Subject: [PATCH 1/3] added requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e48fa2e..63308591 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ gevent gevent-websocket lollms langchain -requests \ No newline at end of file +requests +websocket-client \ No newline at end of file From 831d2f1e3372b673813e6107b461d9cf156ac5c1 Mon Sep 17 00:00:00 2001 From: saloui Date: Tue, 20 Jun 2023 08:50:22 +0200 Subject: [PATCH 2/3] updated readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c57955e7..cb86e6f3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Follow me on Twitter](https://img.shields.io/twitter/follow/SpaceNerduino?style=social)](https://twitter.com/SpaceNerduino) [![Follow Me on YouTube](https://img.shields.io/badge/Follow%20Me%20on-YouTube-red?style=flat&logo=youtube)](https://www.youtube.com/user/Parisneo) [![pages-build-deployment](https://github.com/ParisNeo/lollms-webui/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ParisNeo/lollms-webui/actions/workflows/pages/pages-build-deployment) + + Welcome to LoLLMS WebUI (Lord of Large Language Models: One tool to rule them all), the hub for LLM (Large Language Model) models. This project aims to provide a user-friendly interface to access and utilize various LLM models for a wide range of tasks. Whether you need help with writing, coding, organizing data, generating images, or seeking answers to your questions, LoLLMS WebUI has got you covered. [Click here for my youtube video on how to use the tool](https://youtu.be/ds_U0TDzbzI) From f933ce31f684ddb990a3550f7aeac6f07c240bfe Mon Sep 17 00:00:00 2001 From: saloui Date: Tue, 20 Jun 2023 11:07:44 +0200 Subject: [PATCH 3/3] updated default config --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index 080bdf68..9fd76bbb 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,6 +1,6 @@ # =================== Lord Of Large Language Models Configuration file =========================== version: 7 -binding_name: c_transformers +binding_name: py_llama_cpp model_name: null # Host information