mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 18:37:26 +00:00
9 lines
182 B
Go
9 lines
182 B
Go
package constant
|
|
|
|
import (
|
|
"one-api/common"
|
|
)
|
|
|
|
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)
|
|
var DifyDebug = common.GetEnvOrDefaultBool("DIFY_DEBUG", true)
|