Skip to content

Commit b34715d

Browse files
committed
Removed OS var test
1 parent 9605229 commit b34715d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interpreter/core/async_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737

3838
complete_message = {"role": "server", "type": "status", "content": "complete"}
3939

40-
os.environ["INTERPRETER_REQUIRE_ACKNOWLEDGE"] = "True"
41-
4240

4341
class AsyncInterpreter(OpenInterpreter):
4442
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)