This commit is contained in:
2026-03-30 13:41:26 +09:00
parent d552584446
commit 5b70c7805a
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ object Defines {
val DETAILLOG = false
var LLM_PORT = 8080
var EMBEDDING_PORT = 8081
val AUTOSELL = false
val AUTOSELL = true
val BLACKLISTEDSTOCKCODES = listOf<String>()
}