Spaces:
Sleeping
Sleeping
Thomas Bartlett
commited on
Commit
·
9b20450
1
Parent(s):
3878af4
set it to hf inference
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ class BasicAgent:
|
|
67 |
max_new_tokens=512,
|
68 |
temperature=0.0,
|
69 |
do_sample=False,
|
70 |
-
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 |
|