RemoteLLM is a Python-based chatroom simulator leveraging large language models (LLMs) to generate conversation-like interactions. Designed to mimic chatroom scenarios, it offers a unique tool for exploring conversational AI in a fun and informal setting. Features
Simulates chatroom conversations.
Uses EleutherAI's GPT-NeoXForCausalLM model for generating responses.
Customizable query and response format for experimenting with different conversation styles.
Installation Prerequisites
Python 3.x
Git (for cloning the repository)
Setup
Clone the repository:
git clone https://github.com/Tolerable/RemoteLLM.git
Navigate to the cloned directory:
cd RemoteLLM
Install required packages:
pip install -r requirements.txt
Usage
Run the script from the command line: python RemoteLLM.py Enter your input following the prompt, and the model will generate a response as part of an ongoing chatroom conversation. Contributing
Feel free to fork the project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change. License
MIT