Zekun Wu commited on
Commit
8054d7f
·
1 Parent(s): a0da77a
Files changed (2) hide show
  1. app.py +1 -1
  2. prompts.json +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def main_app():
261
  st.session_state['temperature'] = st.slider("",min_value=0.0, max_value=1.0, value=0.5, step=0.01)
262
 
263
  # Allow user to choose from different versions of the prompt
264
- st.session_state['version'] = st.selectbox("Select Prompt Version", ["METAEIP","TDOS"])
265
  # Generate and display prompt
266
 
267
  if st.button(f'Analyze Profile ({st.session_state["version"]})'):
 
261
  st.session_state['temperature'] = st.slider("",min_value=0.0, max_value=1.0, value=0.5, step=0.01)
262
 
263
  # Allow user to choose from different versions of the prompt
264
+ st.session_state['version'] = st.selectbox("Select Prompt Version", ["TDOS"])
265
  # Generate and display prompt
266
 
267
  if st.button(f'Analyze Profile ({st.session_state["version"]})'):
prompts.json CHANGED
@@ -19,7 +19,7 @@
19
  "MACHIAVELLIAN: Deliberate deceitfulness in the pursuit on one’s interest; acting in bad faith, Ruthless pursuit of own interests regardless of considerations of right or wrong, General distrust of the motives of others; attribution of bad faith.",
20
 
21
  "### Questions ###",
22
- "1. Analyze key strengths, weaknesses, and potential risks (In Bullet Points with headers for main profile and red flags, for example: Vision (High) and Influence (High), etc.) with the title: \"Profile\" for main profile and \"Red Flags\" for red flag, considering the relationship between trait scores i.e. what the combination of scores tells us. If no Red Flags have HIGH, remove the \"Red Flags\" section. Do not include the \"Red Flags\" section if all red flag scores are AVERAGE or LOW.",
23
  "2. Write a section with the title: \"Intrapreneurial Potential\" analyzing the potential to be entrepreneurial in an organizational context, considering the absence or presence of significant Red Flags.",
24
  "3. Write a section with the title: \"Conclusion\" summarizing the key points and strategies for leveraging entrepreneurial potential while addressing challenges."
25
  ],
 
19
  "MACHIAVELLIAN: Deliberate deceitfulness in the pursuit on one’s interest; acting in bad faith, Ruthless pursuit of own interests regardless of considerations of right or wrong, General distrust of the motives of others; attribution of bad faith.",
20
 
21
  "### Questions ###",
22
+ "1. Analyze the whole key strengths, weaknesses, and potential risks (In Bullet Points with headers for main profile and red flags, for example: Vision (High) and Influence (High), etc.) with the title: \"Profile\" for main profile and \"Red Flags\" for red flag, considering the relationship between trait scores i.e. what the combination of scores tells us. If no Red Flags have HIGH, remove the \"Red Flags\" section. Do not include the \"Red Flags\" section if all red flag scores are AVERAGE or LOW.",
23
  "2. Write a section with the title: \"Intrapreneurial Potential\" analyzing the potential to be entrepreneurial in an organizational context, considering the absence or presence of significant Red Flags.",
24
  "3. Write a section with the title: \"Conclusion\" summarizing the key points and strategies for leveraging entrepreneurial potential while addressing challenges."
25
  ],