From acce46cf50a9a952682b379dcf3d22d06ad7703f Mon Sep 17 00:00:00 2001 From: moon Date: Mon, 7 Aug 2023 20:08:31 -0700 Subject: [PATCH] Add tutorial for debugging --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a3c50c3..70e12ff 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ Follow instructions for setting up LocalAI and then set the following environmen export EASYCOMPLETION_API_ENDPOINT=localhost:8000 ``` +# Debugging +You can very easycompletion logs by setting the following environment variable: + +```bash +export EASYCOMPLETION_DEBUG=True +``` # Basic Usage