mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +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
|
|
@ -130,6 +130,7 @@ const codexThinkingEffortOptions = [
|
|||
{ id: "low", label: "Low" },
|
||||
{ id: "medium", label: "Medium" },
|
||||
{ id: "high", label: "High" },
|
||||
{ id: "xhigh", label: "X-High" },
|
||||
] as const;
|
||||
|
||||
const opencodeVariantOptions = [
|
||||
|
|
@ -138,6 +139,7 @@ const opencodeVariantOptions = [
|
|||
{ id: "low", label: "Low" },
|
||||
{ id: "medium", label: "Medium" },
|
||||
{ id: "high", label: "High" },
|
||||
{ id: "xhigh", label: "X-High" },
|
||||
{ id: "max", label: "Max" },
|
||||
] as const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue