fixed glm panic
This commit is contained in:
@@ -39,6 +39,11 @@ func main() {
|
||||
|
||||
// Initialize GLM service
|
||||
glmService := bootstrap.InitGLMService(config.GLM, appLogger)
|
||||
if glmService != nil {
|
||||
appLogger.Info("GLM service initialized successfully", map[string]interface{}{})
|
||||
} else {
|
||||
appLogger.Warn("GLM service not available, translation features will be disabled", map[string]interface{}{})
|
||||
}
|
||||
|
||||
// Initialize scraper service
|
||||
scraperService := bootstrap.InitScraperService(*config, appLogger)
|
||||
|
||||
Reference in New Issue
Block a user