Skip to content

Commit 3a363d7

Browse files
Merge pull request #5935 from NandiniMurali/patch-5
Update fine-tuning-direct-preference-optimization.md
2 parents 0439e90 + 25ccfdd commit 3a363d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/fine-tuning-direct-preference-optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Three top-level fields: `input`, `preferred_output` and `non_preferred_output`
3333
```json
3434
{
3535
"input": {
36-
"messages": {"role": "system", "content": ...},
36+
"messages": [{"role": "system", "content": ...}],
3737
"tools": [...],
3838
"parallel_tool_calls": true
3939
},

0 commit comments

Comments
 (0)