wu981526092 commited on
Commit
771f4f0
·
1 Parent(s): 8582191
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -168,6 +168,8 @@ def main_app():
168
  # with st.spinner('Generating completion...'):
169
  prompt = generate_prompt_from_profile(profile, version=st.session_state['version'])
170
 
 
 
171
  with st.chat_message("assistant"):
172
  stream = client.chat.completions.create(
173
  model="personality_gpt4o",
 
168
  # with st.spinner('Generating completion...'):
169
  prompt = generate_prompt_from_profile(profile, version=st.session_state['version'])
170
 
171
+ print(prompt)
172
+
173
  with st.chat_message("assistant"):
174
  stream = client.chat.completions.create(
175
  model="personality_gpt4o",