Skip to content

Commit 52c2c73

Browse files
authored
Update README.md
1 parent 11735db commit 52c2c73

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ The `kwargs` field is a dictionary that contains two fields: `filter` and `join`
9898

9999
```json
100100
{
101-
"modalities": ["text", "image"], "priority": 10,
101+
"modalities": ["text", "image"], "priority": 10,
102102
"kwargs": {
103-
"filter": {
104-
"model": "gpt-5-mini",
105-
"reasoning_effort": "minimal"
106-
},
107-
"join": {
108-
"model": "gpt-5-mini",
109-
"reasoning_effort": "minimal"
110-
}
111-
}
103+
"filter": {
104+
"model": "gpt-5-mini",
105+
"reasoning_effort": "minimal"
106+
},
107+
"join": {
108+
"model": "gpt-5-mini",
109+
"reasoning_effort": "minimal"
110+
}
111+
}
112112
}
113113
```
114114

0 commit comments

Comments
 (0)