Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ turns = [
|
|
59 |
"content": "You are a friendly and helpful character. You love to answer questions for people."
|
60 |
},
|
61 |
]
|
62 |
-
pipe({'audio': audio, turns
|
63 |
```
|
64 |
|
65 |
|
|
|
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 |
```
|
64 |
|
65 |
|