Skip to content

Commit

Permalink
Add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex committed Aug 16, 2023
1 parent 8279976 commit 6875667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ paths:
model: 'gpt-3.5-turbo',
messages: [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
{"role": "user", "content": "Hello!"},
],
stream: true,
});
Expand Down

0 comments on commit 6875667

Please sign in to comment.