nadim71 commited on
Commit
f08032b
·
verified ·
1 Parent(s): 86e2d1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ class MyAgent:
35
  llm=HuggingFaceEndpoint(
36
  repo_id="mistralai/Mistral-7B-Instruct-v0.2",
37
  task="text-generation",
38
- provider="hf-inference",
39
  )
40
  )
41
 
 
35
  llm=HuggingFaceEndpoint(
36
  repo_id="mistralai/Mistral-7B-Instruct-v0.2",
37
  task="text-generation",
38
+
39
  )
40
  )
41