jbilcke-hf HF staff commited on
Commit
dc0a560
1 Parent(s): e93a881

less harsh timeout

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -141,7 +141,7 @@
141
  prompt: "",
142
  size: 0,
143
  minPromptSize: 16, // if you change this, you will need to also change in src/index.mts
144
- timeoutInSec: 5, // time before we determine something went wrong
145
  state: "stopped",
146
  lastTokenAt: +new Date(),
147
  init() {
 
141
  prompt: "",
142
  size: 0,
143
  minPromptSize: 16, // if you change this, you will need to also change in src/index.mts
144
+ timeoutInSec: 15, // time before we determine something went wrong
145
  state: "stopped",
146
  lastTokenAt: +new Date(),
147
  init() {