....
This commit is contained in:
@@ -41,6 +41,7 @@ import service.LlamaServerManager
|
||||
import network.NewsService
|
||||
import org.jetbrains.exposed.sql.selectAll
|
||||
import service.AutoTradingManager
|
||||
import service.AutoTradingManager.isSystemCleanedUpToday
|
||||
import service.SystemSleepPreventer
|
||||
import service.TradingDecisionCallback
|
||||
import ui.DashboardScreen
|
||||
@@ -151,7 +152,8 @@ fun main() = application {
|
||||
onAuthSuccess = {
|
||||
// 2. 설정 및 인증 완료 시점의 처리
|
||||
val config = KisSession.config
|
||||
|
||||
AutoTradingManager.isSystemReadyToday = true
|
||||
AutoTradingManager.isSystemCleanedUpToday = false
|
||||
// LLM 서버 시작 (설정된 모델 경로 사용)
|
||||
if (config.modelPath.isNotEmpty()) {
|
||||
LlamaServerManager.startServer(binPath, config.modelPath,port = 8080)
|
||||
|
||||
Reference in New Issue
Block a user