mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 14:10:29 +00:00
feat: extract llama request settings to its own state, improve UI/UX
This commit is contained in:
parent
9d83107dd5
commit
e230640063
15 changed files with 446 additions and 267 deletions
|
|
@ -188,7 +188,7 @@ public class IncludeFilesInContextAction extends AnAction {
|
|||
new Dimension(480, component.getPreferredSize().height + 48));
|
||||
dialogBuilder.setNorthPanel(FormBuilder.createFormBuilder()
|
||||
.addLabeledComponent(
|
||||
CodeGPTBundle.get("action.includeFilesInContext.dialog.promptTemplate.label"),
|
||||
CodeGPTBundle.get("shared.promptTemplate"),
|
||||
PanelFactory.panel(promptTemplateTextArea).withComment(
|
||||
"<html><p>The template that will be used to create the final prompt. "
|
||||
+ "The <strong>{REPEATABLE_CONTEXT}</strong> placeholder must be included "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue