Files
medcalc_bench-claude-3.7-so…/program.json
2025-12-16 17:16:52 -08:00

43 lines
988 B
JSON

{
"agent.predict": {
"traces": [],
"train": [],
"demos": [],
"signature": {
"instructions": "Given the fields `inputs`, produce the fields `output`.",
"fields": [
{
"prefix": "Inputs:",
"description": "${inputs}"
},
{
"prefix": "Reasoning: Let's think step by step in order to",
"description": "${reasoning}"
},
{
"prefix": "Output:",
"description": "${output}"
}
]
},
"lm": {
"model": "openrouter/anthropic/claude-3.7-sonnet",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": null,
"max_tokens": 64000,
"api_base": "https://openrouter.ai/api/v1"
}
},
"metadata": {
"dependency_versions": {
"python": "3.13",
"dspy": "3.0.4",
"cloudpickle": "3.1"
}
}
}