mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 02:05:21 +00:00
8 lines
119 B
Go
8 lines
119 B
Go
package constant
|
|
|
|
import (
|
|
"one-api/common"
|
|
)
|
|
|
|
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)
|