This commit is contained in:
2026-03-27 17:54:21 +09:00
parent 681472df58
commit 62e408230e
5 changed files with 84 additions and 47 deletions
+7
View File
@@ -0,0 +1,7 @@
object Defines {
val DETAILLOG = false
val LLM_PORT = 8080
val EMBEDDING_PORT = 8081
val AUTOSELL = false
val BLACKLISTEDSTOCKCODES = listOf<String>()
}