Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan committed Aug 6, 2024
1 parent f9d6dbf commit 123af11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="%API key is missing." />
<Hyperlink fx:id="onHyperlinkClick" text="Click here to navigate to AI preferences" />
<Hyperlink onAction="#onHyperlinkClick" text="%Click here to navigate to AI preferences." />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public boolean validateBasicSettings() {

public boolean validateExpertSettings() {
List<Validator> validators = List.of(
chatModelValidator,
apiBaseUrlValidator,
instructionValidator,
temperatureValidator,
Expand Down

0 comments on commit 123af11

Please sign in to comment.