Antoine101 commited on
Commit
6a6d9fa
·
verified ·
1 Parent(s): f39b9f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ llm = HuggingFaceEndpoint(
28
  do_sample=False,
29
  repetition_penalty=1.03,
30
  temperature=0,
31
- huggingfacehub_api_token=HF_TOKEN
 
32
  )
33
 
34
  chat = ChatHuggingFace(llm=llm, verbose=True)
 
28
  do_sample=False,
29
  repetition_penalty=1.03,
30
  temperature=0,
31
+ huggingfacehub_api_token=HF_TOKEN,
32
+ provider='auto'
33
  )
34
 
35
  chat = ChatHuggingFace(llm=llm, verbose=True)