Skip to content

Commit 1d47e5b

Browse files
authored
Merge pull request #31 from edmondas/fix-params
The last parameter item does not require comma.
2 parents a27cad2 + 4d2cfb7 commit 1d47e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ paths:
351351
{
352352
"model": "VAR_model_id",
353353
"input": "What day of the wek is it?",
354-
"instruction": "Fix the spelling mistakes",
354+
"instruction": "Fix the spelling mistakes"
355355
}
356356
response: |
357357
{

0 commit comments

Comments
 (0)