This commit is contained in:
2026-03-27 18:03:06 +09:00
parent 62e408230e
commit d552584446
3 changed files with 66 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
object Defines {
val DETAILLOG = false
val LLM_PORT = 8080
val EMBEDDING_PORT = 8081
var LLM_PORT = 8080
var EMBEDDING_PORT = 8081
val AUTOSELL = false
val BLACKLISTEDSTOCKCODES = listOf<String>()
}