Skip to content

Commit

Permalink
Add tutorial for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 8, 2023
1 parent 80e7901 commit acce46c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit acce46c

Please sign in to comment.