Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ class BasicAgent:
|
|
29 |
if token is None:
|
30 |
print("Hugging Face API token not found in environment variables.")
|
31 |
|
32 |
-
model_name = "
|
33 |
|
34 |
# Load tokenizer and inject a minimal chat_template
|
35 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
29 |
if token is None:
|
30 |
print("Hugging Face API token not found in environment variables.")
|
31 |
|
32 |
+
model_name = "tiiuae/falcon-rw-1b"
|
33 |
|
34 |
# Load tokenizer and inject a minimal chat_template
|
35 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|