2 Commits

Author SHA1 Message Date
9cb7df2045 (no commit message) 2026-01-22 15:51:15 -08:00
efc1ca071b (no commit message) 2026-01-22 13:38:51 -08:00
2 changed files with 4 additions and 8 deletions

View File

@@ -34,10 +34,6 @@
"label": { "label": {
"__dspy_field_type": "output", "__dspy_field_type": "output",
"desc": "Which response is better: 'A>B' or 'B>A'", "desc": "Which response is better: 'A>B' or 'B>A'",
"enum": [
"A>B",
"B>A"
],
"prefix": "Label:", "prefix": "Label:",
"title": "Label", "title": "Label",
"type": "string" "type": "string"
@@ -54,7 +50,7 @@
"type": "object" "type": "object"
}, },
"lm": { "lm": {
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct", "model": "huggingface/together/openai/gpt-oss-20b",
"model_type": "chat", "model_type": "chat",
"cache": true, "cache": true,
"num_retries": 3, "num_retries": 3,

View File

@@ -29,7 +29,7 @@
] ]
}, },
"lm": { "lm": {
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct", "model": "huggingface/together/openai/gpt-oss-20b",
"model_type": "chat", "model_type": "chat",
"cache": true, "cache": true,
"num_retries": 3, "num_retries": 3,