Spaces:
Runtime error
Runtime error
Update src/agents/critic.py
Browse files- src/agents/critic.py +1 -1
src/agents/critic.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from
|
| 2 |
|
| 3 |
def review_result(step, result):
|
| 4 |
prompt = f"""You are a code reviewer. Review the following Python implementation.
|
|
|
|
| 1 |
+
from src.utils.shared import llm_model
|
| 2 |
|
| 3 |
def review_result(step, result):
|
| 4 |
prompt = f"""You are a code reviewer. Review the following Python implementation.
|