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 a4e751c commit 5695966Copy full SHA for 5695966
src/main/kotlin/cc/unitmesh/devti/llms/openai/OpenAIProvider.kt
@@ -53,8 +53,7 @@ class OpenAIProvider(val project: Project) : LLMProvider {
53
private val service: OpenAiService
54
get() {
55
if (openAiKey.isEmpty()) {
56
- logger.error("openAiKey is empty")
57
- throw IllegalStateException("openAiKey is empty")
+ throw IllegalStateException("You LLM server Key is empty")
58
}
59
60
var openAiProxy = AutoDevSettingsState.getInstance().customOpenAiHost
0 commit comments