File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def default_system_message(self):
207
207
print ("Error adding system capability for cwd" )
208
208
209
209
system_message += "</SYSTEM_CAPABILITY>"
210
-
210
+
211
211
# Add web search capability if enabled
212
212
if (
213
213
os .environ .get ("INTERPRETER_EXPERIMENTAL_WEB_SEARCH" , "false" ).lower ()
@@ -971,12 +971,6 @@ async def async_chat(self):
971
971
except KeyboardInterrupt :
972
972
self ._spinner .stop ()
973
973
except asyncio .CancelledError :
974
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
975
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
976
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
977
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
978
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
979
- print ("ASYNC CHAT INSIDE INTERPRETER CANCELLED ERROR HERE" )
980
974
self ._spinner .stop ()
981
975
982
976
print ()
You can’t perform that action at this time.
0 commit comments