diff --git a/README.md b/README.md index f2b2feb..f2d7aa9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # ai-chatbot -small ai-chatbot for LF6 \ No newline at end of file +small ai-chatbot for LF6 + +## Tech Infra + +We use Ollama to provide inference to a prefered model. \ +There is a `docker-compose` in this repo. + +## Setup + +In the directory of the project execute: `python -m venv ./venv` \ +Then execute in the same directory: `./venv/bin/pip install torch transformers` +