mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 01:02:02 +00:00
feat: improve code completion user experience (#763)
This commit is contained in:
parent
4e14635492
commit
8daf4f5f05
14 changed files with 718 additions and 262 deletions
|
|
@ -17,6 +17,6 @@ public class InfillPromptTemplatePanel extends BasePromptTemplatePanel<InfillPro
|
|||
|
||||
@Override
|
||||
protected String buildPromptDescription(InfillPromptTemplate template) {
|
||||
return template.buildPrompt(new InfillRequest.Builder("PREFIX", "SUFFIX").build());
|
||||
return template.buildPrompt(new InfillRequest.Builder("PREFIX", "SUFFIX", 0).build());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue