kenken999 commited on
Commit
66bda8c
1 Parent(s): 8b1b367
routers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -123,7 +123,7 @@ def format_responses(chunk, full_response):
123
  # This function will format the response from the interpreter
124
  return full_response + chunk.get("content", "")
125
 
126
- ####
127
  def chat_with_interpreter(message, history=None, a=None, b=None, c=None, d=None,f=None):
128
  if c != os.getenv("openinterpreter_secret"):
129
  return message, history
 
123
  # This function will format the response from the interpreter
124
  return full_response + chunk.get("content", "")
125
 
126
+ #########################
127
  def chat_with_interpreter(message, history=None, a=None, b=None, c=None, d=None,f=None):
128
  if c != os.getenv("openinterpreter_secret"):
129
  return message, history