mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 18:56:32 +00:00
Merge branch 'main' into lollms-patchy2
This commit is contained in:
commit
ce1a052b05
@ -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)
|
||||
|
@ -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
|
||||
|
@ -9,4 +9,5 @@ gevent
|
||||
gevent-websocket
|
||||
lollms
|
||||
langchain
|
||||
requests
|
||||
requests
|
||||
websocket-client
|
Loading…
Reference in New Issue
Block a user