Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ const messages = [
|
|
42 |
{ role: "system", content: "You are a helpful assistant." },
|
43 |
{ role: "user", content: "What is the capital of France?" },
|
44 |
];
|
|
|
45 |
// Generate a response
|
46 |
const output = await generator(messages, {
|
47 |
max_new_tokens: 512,
|
|
|
42 |
{ role: "system", content: "You are a helpful assistant." },
|
43 |
{ role: "user", content: "What is the capital of France?" },
|
44 |
];
|
45 |
+
|
46 |
// Generate a response
|
47 |
const output = await generator(messages, {
|
48 |
max_new_tokens: 512,
|