Xenova HF Staff commited on
Commit
2c481b3
·
verified ·
1 Parent(s): dea8ca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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,