Skip to content

Commit

Permalink
issue #1062: fixes json field name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Aug 6, 2024
1 parent 08f6cff commit 4b1326d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public class LargeLanguageModelDTO extends K9EntityDTO {
private String apiUrl;
private String apiKey;
@Json
private String promptTemplate;
private String jsonConfig;

}

0 comments on commit 4b1326d

Please sign in to comment.