Sachin222 commited on
Commit
009f549
·
verified ·
1 Parent(s): b169c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7B-Instruct")
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()],