File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings/clients/gemini Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Fixed
11
11
- Open AI configuration setting ` organizationId ` is not used when verifying configuration.
12
+ - Gemini configuration settings ` projectId ` and ` location ` are not used when verifying configuration.
12
13
13
14
## [ 2.4.1] - 2024-09-19
14
15
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ class GeminiClientPanel private constructor(
59
59
// Configuration passed to panel is already a copy of the original or a new configuration
60
60
clientConfiguration.modelId = modelComboBox.item
61
61
clientConfiguration.temperature = temperatureTextField.text
62
-
62
+ clientConfiguration.projectId = projectIdTextField.text
63
+ clientConfiguration.location = locationTextField.text
63
64
service.verifyConfiguration(clientConfiguration, verifyLabel)
64
65
}
65
66
}
You can’t perform that action at this time.
0 commit comments