maintainence love:)

This commit is contained in:
lovebird 2025-05-23 19:30:42 +02:00
parent 8a92ce3c0c
commit 2b8255c0e6
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"timestamp": 1748017274401,
"timestamp": 1748021441459,
"models": [
{
"id": "gpt-4o-realtime-preview-2024-12-17",

View File

@ -1,5 +1,5 @@
{
"timestamp": 1748017274515,
"timestamp": 1748021441605,
"models": [
{
"id": "anthropic/claude-opus-4",

View File

@ -37,7 +37,7 @@
"meta",
"none"
],
"default": "meta",
"default": "none",
"description": "Specify how to wrap the output, \"meta (file name, absolute path, cwd)\" or \"none\"."
},
"each": {

View File

@ -32,7 +32,7 @@
"wrap": {
"ui:description": "Specify how to wrap the output, \"meta (file name, absolute path, cwd)\" or \"none\".",
"ui:title": "Wrap",
"ui:placeholder": "meta"
"ui:placeholder": "none"
},
"each": {
"ui:description": "Iterate over items, supported: GLOB | Path to JSON File | array of strings (comma separated). To test different models, use --each=\"gpt-3.5-turbo,gpt-4o\", the actual string will exposed as variable `ITEM`, eg: --dst=\"${ITEM}-output.md\"",