SysModeler commited on
Commit
898e94f
·
verified ·
1 Parent(s): 9bca490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def sysml_chatbot(message, history):
221
 
222
  answer = second_response.choices[0].message.content
223
  print("Getting final response after function execution...")
224
- print(f"Function '{function_name}' executed successfully. Response: {answer}")
225
  else:
226
  answer = f"I tried to use a function '{function_name}' that's not available. Let me try again with general knowledge: SysML is a modeling language for systems engineering that helps visualize and analyze complex systems."
227
  else:
 
221
 
222
  answer = second_response.choices[0].message.content
223
  print("Getting final response after function execution...")
224
+ #print(f"Function '{function_name}' executed successfully. Response: {answer}")
225
  else:
226
  answer = f"I tried to use a function '{function_name}' that's not available. Let me try again with general knowledge: SysML is a modeling language for systems engineering that helps visualize and analyze complex systems."
227
  else: