We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97abc9b commit 70dd255Copy full SHA for 70dd255
1 file changed
README.md
@@ -80,7 +80,7 @@ function MyComponent() {
80
```tsx
81
const handleGenerate = async () => {
82
const chat = [
83
- { role: 'system' content: 'You are a helpful assistant' }
+ { role: 'system', content: 'You are a helpful assistant' }
84
{ role: 'user', content: 'What is the meaning of life?' }
85
];
86
0 commit comments