fda
Browse files
routers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -123,6 +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 |
def chat_with_interpreter(message, history=None, a=None, b=None, c=None, d=None,f=None):
|
127 |
if c != os.getenv("openinterpreter_secret"):
|
128 |
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
|