Leonydis137 commited on
Commit
57aaba7
·
verified ·
1 Parent(s): 40a5e6c

Update src/agents/executor.py

Browse files
Files changed (1) hide show
  1. src/agents/executor.py +1 -1
src/agents/executor.py CHANGED
@@ -1,4 +1,4 @@
1
- from app import llm_model
2
 
3
  def execute_step(step):
4
  prompt = f"""You are an expert Python developer.
 
1
+ from src.utils.shared import llm_model
2
 
3
  def execute_step(step):
4
  prompt = f"""You are an expert Python developer.