feat: add env DIFY_DEBUG

This commit is contained in:
CalciumIon
2024-07-07 02:24:51 +08:00
parent 4246c4cdc1
commit 20d71711d3
4 changed files with 17 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ import (
)
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)
var DifyDebug = common.GetEnvOrDefaultBool("DIFY_DEBUG", true)