| 145 | } |
| 146 | |
| 147 | void CodeGeeXLLMPrivate::loadConfig() |
| 148 | { |
| 149 | const auto map = OptionManager::getInstance()->getValue("CodeGeeX", "Id").toMap(); |
| 150 | if (map.isEmpty()) |
| 151 | return; |
| 152 | |
| 153 | apiKey = map.value("sessionId").toString(); |
| 154 | } |
| 155 | |
| 156 | void CodeGeeXLLMPrivate::createNewSession() |
| 157 | { |
no test coverage detected