Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def check_migration_blockers(inventory_data: str) -> str:
|
|
| 18 |
return "✅ No immediate architectural blockers identified for standard AVS migration."
|
| 19 |
|
| 20 |
# This is the corrected model initialization!
|
| 21 |
-
model = TransformersModel(model_id="Qwen/Qwen2-
|
| 22 |
|
| 23 |
agent = CodeAgent(
|
| 24 |
tools=[check_migration_blockers, DuckDuckGoSearchTool()],
|
|
|
|
| 18 |
return "✅ No immediate architectural blockers identified for standard AVS migration."
|
| 19 |
|
| 20 |
# This is the corrected model initialization!
|
| 21 |
+
model = TransformersModel(model_id="Qwen/Qwen2-1.5B-Instruct")
|
| 22 |
|
| 23 |
agent = CodeAgent(
|
| 24 |
tools=[check_migration_blockers, DuckDuckGoSearchTool()],
|