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

@@ -10,10 +10,8 @@ import (
func Start(sharedLib bool) {
if sharedLib || os.Getenv("GIN_MODE") == "release" {
log.InitLogger(true)
} else {
log.InitLogger(false)
}
log.Infof("------------------- Starting Polaris ---------------------")
dbClient, err := db.Open()
if err != nil {