mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 07:56:38 +08: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)
|