ThinkTankGPT can be accessed here.
ThinkTankGPT leverages the power of Large Language Models to simulate expert debates on any topic. Users can input a topic of their choice, and the system dynamically generates relevant experts who autonomously engage in a debate. Additionally, users have the option to join the discussion, adding an interactive element to the experience.
-
Install Dependencies Navigate to the cloned repository directory and install the required Python packages in your virtual environment:
pip install -r requirements.txt
-
Run the Application To start the application, run:
streamlit run main.py
This will launch the Streamlit web server and ThinkTankGPT should be accessible in your web browser.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- ThinkTankGPT was inspired by the MAD Framework
- The project makes use of the LangChain Framework