Skip to content

Commit 6875667

Browse files
authored
Add trailing comma
1 parent 8279976 commit 6875667

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
@@ -153,7 +153,7 @@ paths:
153153
model: 'gpt-3.5-turbo',
154154
messages: [
155155
{"role": "system", "content": "You are a helpful assistant."},
156-
{"role": "user", "content": "Hello!"}
156+
{"role": "user", "content": "Hello!"},
157157
],
158158
stream: true,
159159
});

0 commit comments

Comments
 (0)