Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def initialize_llm():
|
|
| 151 |
|
| 152 |
# Initialize with minimal settings
|
| 153 |
llm = HuggingFaceHub(
|
| 154 |
-
repo_id="
|
| 155 |
huggingfacehub_api_token=api_token,
|
| 156 |
)
|
| 157 |
|
|
|
|
| 151 |
|
| 152 |
# Initialize with minimal settings
|
| 153 |
llm = HuggingFaceHub(
|
| 154 |
+
repo_id="google/flan-t5-xxl", # Using a simpler model for testing
|
| 155 |
huggingfacehub_api_token=api_token,
|
| 156 |
)
|
| 157 |
|