(no commit message)

This commit is contained in:
2026-03-29 10:55:15 -07:00
parent 3357fa6fd6
commit 1eedbb906c
2 changed files with 4 additions and 3 deletions

View File

@@ -37,7 +37,8 @@
},
"prefix": "Intent Labels:",
"title": "Intent Labels",
"type": "array"
"type": "array",
"uniqueItems": true
}
},
"required": [

View File

@@ -20,7 +20,7 @@
]
},
"lm": {
"model": "huggingface/Qwen/Qwen3.5-4B",
"model": "openai/gpt-5-mini",
"model_type": "chat",
"cache": true,
"num_retries": 3,
@@ -28,7 +28,7 @@
"launch_kwargs": {},
"train_kwargs": {},
"temperature": null,
"max_tokens": null
"max_completion_tokens": null
},
"metadata": {
"dependency_versions": {