Quickstart
View the Live application
The best way to get started with the application is by visiting the application hosted in streamlit community cloud here.
Note: LLAMA2 uses llama cpp and needs a aritifact, it can only be run locally.
PS: Please configure the installation according to this Link.
Running from docker locally via official docker image
The application can be run locally using docker by running the following command
docker run --rm -it -p 8501:8501 pevatrons/ai-chatverse
Running the latest version of the app from source in docker
Clone the repository
Build the image by running
docker build -t ai_chaverse .Run the application by
docker run --rm -it -p 8501:8501 ai_chaverseVisit localhost:8501