gpt-sovits / cmd /flags /config.go
hanfish's picture
111
215df2f verified
raw
history blame contribute delete
No virus
133 Bytes
package flags
var (
DataDir string
Debug bool
NoPrefix bool
Dev bool
ForceBinDir bool
LogStd bool
)