Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|