Compare commits
1 Commits
gpt-oss-20
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 891f5988fc |
@@ -34,6 +34,10 @@
|
||||
"label": {
|
||||
"__dspy_field_type": "output",
|
||||
"desc": "Which response is better: 'A>B' or 'B>A'",
|
||||
"enum": [
|
||||
"A>B",
|
||||
"B>A"
|
||||
],
|
||||
"prefix": "Label:",
|
||||
"title": "Label",
|
||||
"type": "string"
|
||||
@@ -50,7 +54,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"lm": {
|
||||
"model": "huggingface/together/openai/gpt-oss-20b",
|
||||
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "huggingface/together/openai/gpt-oss-20b",
|
||||
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
|
||||
Reference in New Issue
Block a user