Spaces:
Running
Running
broadfield
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -150,8 +150,7 @@ def build_space(repo_name,file_name,file_content,access_token=""):
|
|
150 |
return [{'role':'assistant','content': 'There was an Error: '+e}]
|
151 |
|
152 |
|
153 |
-
def agent(prompt_in,history,
|
154 |
-
mod=mod_in[0]
|
155 |
#print(prompt)
|
156 |
print('mod ',mod)
|
157 |
in_data=[None,None,None,None,None,]
|
|
|
150 |
return [{'role':'assistant','content': 'There was an Error: '+e}]
|
151 |
|
152 |
|
153 |
+
def agent(prompt_in,history,mod=2):
|
|
|
154 |
#print(prompt)
|
155 |
print('mod ',mod)
|
156 |
in_data=[None,None,None,None,None,]
|