Xenova HF staff commited on
Commit
1ef8ffd
1 Parent(s): 076accc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ const text = "Q: What is the capital of France?\nA: Paris\nQ: What is the capita
30
 
31
  // Generate a response
32
  const output = await generator(text, { max_new_tokens: 30 });
33
- console.log(JSON.stringify(output[0].generated_text));
34
  ```
35
 
36
  <details>
 
30
 
31
  // Generate a response
32
  const output = await generator(text, { max_new_tokens: 30 });
33
+ console.log(output[0].generated_text);
34
  ```
35
 
36
  <details>