Feature - Env variable to disable ChatFlow reuse (#2559)

This commit is contained in:
Daniel D'Abate
2024-06-04 11:11:57 +02:00
committed by GitHub
parent bdbb6f850a
commit 5ba9493b30
6 changed files with 10 additions and 0 deletions
+1
View File
@@ -128,6 +128,7 @@ Flowise support different environment variables to configure your instance. You
| FLOWISE_USERNAME | Username to login | String | |
| FLOWISE_PASSWORD | Password to login | String | |
| FLOWISE_FILE_SIZE_LIMIT | Upload File Size Limit | String | 50mb |
| DISABLE_CHATFLOW_REUSE | Forces the creation of a new ChatFlow for each call instead of reusing existing ones from cache | Boolean | |
| DEBUG | Print logs from components | Boolean | |
| LOG_PATH | Location where log files are stored | String | `your-path/Flowise/logs` |
| LOG_LEVEL | Different levels of logs | Enum String: `error`, `info`, `verbose`, `debug` | `info` |