Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,10 @@ audio, sr = librosa.load(path, sr=16000)
|
|
54 |
|
55 |
|
56 |
turns = [
|
57 |
-
|
|
|
|
|
|
|
58 |
]
|
59 |
pipe({'audio': audio, turns=turns, 'sampling_rate': sr}, max_new_tokens=30)
|
60 |
```
|
|
|
54 |
|
55 |
|
56 |
turns = [
|
57 |
+
{
|
58 |
+
"role": "system",
|
59 |
+
"content": "You are a friendly and helpful character. You love to answer questions for people."
|
60 |
+
},
|
61 |
]
|
62 |
pipe({'audio': audio, turns=turns, 'sampling_rate': sr}, max_new_tokens=30)
|
63 |
```
|