Thomas Bartlett commited on
Commit
96bb8bb
·
1 Parent(s): 50fe614

back to hf inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ class BasicAgent:
68
  max_new_tokens=512,
69
  temperature=0.0,
70
  do_sample=False,
71
- provider="auto" # Automatically select the first available provider
72
  )
73
  )
74
 
 
68
  max_new_tokens=512,
69
  temperature=0.0,
70
  do_sample=False,
71
+ provider="hf-inference" # Automatically select the first available provider
72
  )
73
  )
74