Skip to content

Commit 70dd255

Browse files
authored
Update README.md
1 parent 97abc9b commit 70dd255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function MyComponent() {
8080
```tsx
8181
const handleGenerate = async () => {
8282
const chat = [
83-
{ role: 'system' content: 'You are a helpful assistant' }
83+
{ role: 'system', content: 'You are a helpful assistant' }
8484
{ role: 'user', content: 'What is the meaning of life?' }
8585
];
8686

0 commit comments

Comments
 (0)