Spaces:
Sleeping
Sleeping
Thomas Bartlett
commited on
Commit
·
96bb8bb
1
Parent(s):
50fe614
back to hf inference
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ class BasicAgent:
|
|
68 |
max_new_tokens=512,
|
69 |
temperature=0.0,
|
70 |
do_sample=False,
|
71 |
-
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 |
|