add readme

This commit is contained in:
Henry
2023-05-13 23:33:44 +01:00
parent 05bd7bc793
commit 02ebaa9cab
4 changed files with 21 additions and 1 deletions
+9
View File
@@ -20,6 +20,15 @@ Drag & drop UI to build your customized LLM flow using [LangchainJS](https://git
3. Open [http://localhost:3000](http://localhost:3000)
## 🔒 Authentication
To enable app level authentication, add `USERNAME` and `PASSWORD` to the `.env` file:
```
USERNAME=user
PASSWORD=1234
```
## 📖 Documentation
Coming Soon