(no commit message)
This commit is contained in:
38
agent.json
Normal file
38
agent.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"extract": {
|
||||
"traces": [],
|
||||
"train": [],
|
||||
"demos": [],
|
||||
"signature": {
|
||||
"instructions": "Given the fields `image`, produce the fields `total_cost`.",
|
||||
"fields": [
|
||||
{
|
||||
"prefix": "Image:",
|
||||
"description": "${image}"
|
||||
},
|
||||
{
|
||||
"prefix": "Total Cost:",
|
||||
"description": "${total_cost}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": {
|
||||
"model": "openai/gpt-4o-mini",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": 0.0,
|
||||
"max_tokens": 500
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"dependency_versions": {
|
||||
"python": "3.11",
|
||||
"dspy": "3.0.3",
|
||||
"cloudpickle": "3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user