You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HumanEval has a robust code interpreter set up that uses the Python exec() function internally. We currently just have safe_execute which doesn't have all the guardrails in-place like HumanEval has in their repository. Maybe we can create a more robust function/class that houses this exec() internally.
Reason
No response
The text was updated successfully, but these errors were encountered:
Feature Description
HumanEval has a robust code interpreter set up that uses the Python
exec()
function internally. We currently just havesafe_execute
which doesn't have all the guardrails in-place like HumanEval has in their repository. Maybe we can create a more robust function/class that houses thisexec()
internally.Reason
No response
The text was updated successfully, but these errors were encountered: