From cab381645c85db74e21be4ebca99a879b54e8d22 Mon Sep 17 00:00:00 2001 From: lunaticbum Date: Mon, 30 Mar 2026 16:01:38 +0900 Subject: [PATCH] .... --- src/main/kotlin/Main.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index 98a4dc3..fb5d130 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -99,11 +99,11 @@ private var isAppStarted = false fun main() = application { if (!isAppStarted) { initLogger(DETAILLOG) -// val (port1, port2) = PortFinder.findAvailablePortPair(18080) -// -// println("πŸš€ AI μ„œλ²„μš© 포트 ν• λ‹Ή μ™„λ£Œ: 메인($port1), μ„œλΈŒ($port2)") -// LLM_PORT = port1 -// EMBEDDING_PORT = port2 + val (port1, port2) = PortFinder.findAvailablePortPair(18080) + + println("πŸš€ AI μ„œλ²„μš© 포트 ν• λ‹Ή μ™„λ£Œ: 메인($port1), μ„œλΈŒ($port2)") + LLM_PORT = port1 + EMBEDDING_PORT = port2 isAppStarted = true }