Skip to content

This is a WebAPP that simulates an LLM. It will be used in Georgia Tech's HumansLab Research lab

Notifications You must be signed in to change notification settings

OkiPlate/LLM-Sim-Without-Choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Business Advisor LLM Simulator App

Overview of the App

This app is a scripted simulation of an LLM that is used at the HumansLab Research lab at Georgia Tech.

Features

This simulator includes features like stream writing which simulates as if the LLM is writing on real time, while the conversation is actually scripted beforehand.

Run it locally

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run LLMsim.py

About

This is a WebAPP that simulates an LLM. It will be used in Georgia Tech's HumansLab Research lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages