#LLM-AI-BOT
This is an open-source project that aims to provide a solution for LLM (Language Model) processing. It utilizes HTML, JavaScript as a front-end, and a PHP backend to make API calls using Oobabooga API. Think unhinged.ai + oobabooga.
The motivation behind this project was the lack of open-source alternatives for LLM processing on the web. Many existing websites offering similar functionality were closed-source, which limited customization and extensibility. This project was initiated as a fun and educational endeavor to create an open-source solution that anyone can contribute to and enhance.
- HTML and JavaScript front-end for user interaction and input.
- PHP backend for making API calls to Oobabooga.
- Allows users to perform LLM processing, leveraging the power of Oobabooga.
- Open-source nature enables easy customization and contribution.
- Users cannot change your settings / mutli user.
- Clone the repository:
git clone https://github.com/pyrater/LLM-AI-BOT
- Edit the execute.php file
$host = '192.168.2.137';
$port = 5000;
$uri = "http://$host:$port/api/v1/generate";
Upload to webhost and make api connection to oobabooga.