Antoine101 commited on
Commit
4c95441
·
verified ·
1 Parent(s): 38069f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
34
  llm = HuggingFaceEndpoint(
35
  repo_id="mistralai/Mistral-7B-Instruct-v0.2",
36
  huggingfacehub_api_token=HF_TOKEN,
 
37
  )
38
 
39
  chat = ChatHuggingFace(llm=llm, verbose=True)
 
34
  llm = HuggingFaceEndpoint(
35
  repo_id="mistralai/Mistral-7B-Instruct-v0.2",
36
  huggingfacehub_api_token=HF_TOKEN,
37
+ provider="auto"
38
  )
39
 
40
  chat = ChatHuggingFace(llm=llm, verbose=True)