Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ def nyxion_consciousness(message, history, user_id):
|
|
72 |
|
73 |
# Label the inner thoughts with their respective sources
|
74 |
inner_thoughts = (
|
75 |
-
f"Inner Thought 1 (
|
76 |
-
f"Inner Thought 2 (
|
77 |
-
f"Inner Thought 3 (
|
78 |
-
f"Inner Thought 4 (
|
79 |
)
|
80 |
|
81 |
# Combine the inner thoughts and other input into the final input for the main system
|
|
|
72 |
|
73 |
# Label the inner thoughts with their respective sources
|
74 |
inner_thoughts = (
|
75 |
+
f"Inner Thought 1 (Reasoning): {response_api_one}\n"
|
76 |
+
f"Inner Thought 2 (Fight or Flight): {response_api_two}\n"
|
77 |
+
f"Inner Thought 3 (Assistant): {response_api_three}\n"
|
78 |
+
f"Inner Thought 4 (Personality): {response_api_four}"
|
79 |
)
|
80 |
|
81 |
# Combine the inner thoughts and other input into the final input for the main system
|