(no commit message)

This commit is contained in:
2026-01-22 15:53:13 -08:00
parent 891f5988fc
commit 88587eee27
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/meta-llama/Llama-3.3-70B-Instruct",
"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/meta-llama/Llama-3.3-70B-Instruct",
"model_type": "chat", "model_type": "chat",
"cache": true, "cache": true,
"num_retries": 3, "num_retries": 3,