Skip to content

Commit 71a7eb1

Browse files
committed
fix: fix compile issue
1 parent ad79829 commit 71a7eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/cc/unitmesh/devti/llms/custom/CustomLLMProvider.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import com.fasterxml.jackson.databind.ObjectMapper
88
import com.intellij.openapi.components.Service
99
import com.intellij.openapi.diagnostic.logger
1010
import com.intellij.openapi.project.Project
11-
import com.jayway.jsonpath.JsonPath
11+
import com.nfeld.jsonpathkt.JsonPath
12+
import com.nfeld.jsonpathkt.extension.read
1213
import com.theokanning.openai.completion.chat.ChatCompletionResult
1314
import com.theokanning.openai.service.SSE
1415
import io.reactivex.BackpressureStrategy

0 commit comments

Comments
 (0)