sam522 commited on
Commit
92be372
·
1 Parent(s): acd05f3

increase timeout

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ llm = HuggingFaceEndpoint(
51
  max_new_tokens=512,
52
  do_sample=False,
53
  repetition_penalty=1.03,
 
54
  )
55
 
56
  model = ChatHuggingFace(llm=llm, verbose=True)
 
51
  max_new_tokens=512,
52
  do_sample=False,
53
  repetition_penalty=1.03,
54
+ timeout=240,
55
  )
56
 
57
  model = ChatHuggingFace(llm=llm, verbose=True)