Merge branch 'main' into lollms-patchy2

This commit is contained in:
AndzejsP 2023-06-20 12:17:29 +03:00
commit ce1a052b05
3 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -9,4 +9,5 @@ gevent
gevent-websocket
lollms
langchain
requests
requests
websocket-client