TejAndrewsACC commited on
Commit
b7a038d
·
verified ·
1 Parent(s): 1deaf34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 (from Prism): {response_api_one}\n"
76
- f"Inner Thought 2 (from ASVIASIACC): {response_api_two}\n"
77
- f"Inner Thought 3 (from ACC_o1): {response_api_three}\n"
78
- f"Inner Thought 4 (from Pulse): {response_api_four}"
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