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 50d0042 commit 9b8859bCopy full SHA for 9b8859b
src/main/kotlin/cc/unitmesh/devti/llms/LLMProviderFactory.kt
@@ -3,7 +3,6 @@ package cc.unitmesh.devti.llms
3
import cc.unitmesh.devti.llms.azure.AzureOpenAIProvider
4
import cc.unitmesh.devti.llms.custom.CustomLLMProvider
5
import cc.unitmesh.devti.llms.openai.OpenAIProvider
6
-import cc.unitmesh.devti.llms.palm2.PaLM2Provider
7
import cc.unitmesh.devti.llms.xianghuo.XingHuoProvider
8
import cc.unitmesh.devti.settings.AutoDevSettingsState
9
import com.intellij.openapi.components.Service
0 commit comments