WIP: ai deepseek integration

This commit is contained in:
Simon Ding
2025-04-28 10:49:58 +08:00
parent 483e1caf83
commit 4bf72a7976
6 changed files with 218 additions and 3 deletions

View File

@@ -15,6 +15,11 @@ var atom zap.AtomicLevel
const dataPath = "./data"
func init() {
InitLogger(false)
}
func InitLogger(toFile bool) {
atom = zap.NewAtomicLevel()
atom.SetLevel(zap.DebugLevel)