mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 21:31:04 +00:00
feat: add the latest OpenAI chat models
This commit is contained in:
parent
169957687d
commit
df14b88617
3 changed files with 9 additions and 9 deletions
|
|
@ -92,8 +92,8 @@ public class GenerateGitCommitMessageAction extends AnAction {
|
|||
}
|
||||
}
|
||||
|
||||
private CompletionEventListener getEventListener(Project project, Document document) {
|
||||
return new CompletionEventListener() {
|
||||
private CompletionEventListener<String> getEventListener(Project project, Document document) {
|
||||
return new CompletionEventListener<>() {
|
||||
private final StringBuilder messageBuilder = new StringBuilder();
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue