From 1eedbb906cf93c11dd5f445fa4ea8209878dd200 Mon Sep 17 00:00:00 2001 From: Tyrin Todd Date: Sun, 29 Mar 2026 10:55:15 -0700 Subject: [PATCH] (no commit message) --- config.json | 3 ++- program.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 33cb3e1..8999cbc 100644 --- a/config.json +++ b/config.json @@ -37,7 +37,8 @@ }, "prefix": "Intent Labels:", "title": "Intent Labels", - "type": "array" + "type": "array", + "uniqueItems": true } }, "required": [ diff --git a/program.json b/program.json index 9381196..b7ad26c 100644 --- a/program.json +++ b/program.json @@ -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": {