feat: use real system prompt now (close #1079)

This commit is contained in:
JustSong
2024-03-10 14:32:30 +08:00
parent b33616df44
commit f05b403ca5
6 changed files with 11 additions and 42 deletions

View File

@@ -52,6 +52,7 @@ var EmailDomainWhitelist = []string{
}
var DebugEnabled = os.Getenv("DEBUG") == "true"
var DebugSQLEnabled = os.Getenv("DEBUG_SQL") == "true"
var MemoryCacheEnabled = os.Getenv("MEMORY_CACHE_ENABLED") == "true"
var LogConsumeEnabled = true