We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad79829 commit 71a7eb1Copy full SHA for 71a7eb1
src/main/kotlin/cc/unitmesh/devti/llms/custom/CustomLLMProvider.kt
@@ -8,7 +8,8 @@ import com.fasterxml.jackson.databind.ObjectMapper
8
import com.intellij.openapi.components.Service
9
import com.intellij.openapi.diagnostic.logger
10
import com.intellij.openapi.project.Project
11
-import com.jayway.jsonpath.JsonPath
+import com.nfeld.jsonpathkt.JsonPath
12
+import com.nfeld.jsonpathkt.extension.read
13
import com.theokanning.openai.completion.chat.ChatCompletionResult
14
import com.theokanning.openai.service.SSE
15
import io.reactivex.BackpressureStrategy
0 commit comments