chore: 重构

This commit is contained in:
CalciumIon
2024-06-27 19:30:17 +08:00
parent fce31dd1de
commit eca52104cc
13 changed files with 68 additions and 58 deletions
+7
View File
@@ -0,0 +1,7 @@
package constant
import (
"one-api/common"
)
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)