39 lines
854 B
JSON
39 lines
854 B
JSON
{
|
|
"model": null,
|
|
"signature": {
|
|
"description": "Given the fields `question`, produce the fields `answer`.",
|
|
"properties": {
|
|
"question": {
|
|
"__dspy_field_type": "input",
|
|
"desc": "${question}",
|
|
"prefix": "Question:",
|
|
"title": "Question",
|
|
"type": "string"
|
|
},
|
|
"answer": {
|
|
"__dspy_field_type": "output",
|
|
"desc": "${answer}",
|
|
"prefix": "Answer:",
|
|
"title": "Answer",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"question",
|
|
"answer"
|
|
],
|
|
"title": "StringSignature",
|
|
"type": "object"
|
|
},
|
|
"lm": {
|
|
"model": "gpt-4o-mini",
|
|
"model_type": "chat",
|
|
"cache": true,
|
|
"num_retries": 3,
|
|
"finetuning_model": null,
|
|
"launch_kwargs": {},
|
|
"train_kwargs": {},
|
|
"temperature": null,
|
|
"max_tokens": null
|
|
}
|
|
} |