mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Add gpt-5.4 fallback and xhigh effort options
This commit is contained in:
parent
4c1504872f
commit
314288ff82
5 changed files with 15 additions and 2 deletions
|
|
@ -82,6 +82,7 @@ const ISSUE_THINKING_EFFORT_OPTIONS = {
|
|||
{ value: "low", label: "Low" },
|
||||
{ value: "medium", label: "Medium" },
|
||||
{ value: "high", label: "High" },
|
||||
{ value: "xhigh", label: "X-High" },
|
||||
],
|
||||
opencode_local: [
|
||||
{ value: "", label: "Default" },
|
||||
|
|
@ -89,6 +90,7 @@ const ISSUE_THINKING_EFFORT_OPTIONS = {
|
|||
{ value: "low", label: "Low" },
|
||||
{ value: "medium", label: "Medium" },
|
||||
{ value: "high", label: "High" },
|
||||
{ value: "xhigh", label: "X-High" },
|
||||
{ value: "max", label: "Max" },
|
||||
],
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue