Thomas Bartlett commited on
Commit
9b20450
·
1 Parent(s): 3878af4

set it to hf inference

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