Skip to content

Commit

Permalink
chore: change default prompt for recursive summary
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Mar 26, 2023
1 parent 5763634 commit ada88df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def sidebar():
{text}
Structured markdown summary with heading (###): """
Structured markdown explanation with heading (###): """
persona_rec = st.text_area('Bot Persona Recursive',
value=_set_config(config_file, "OPENAI_PERSONA_REC", _legacy(enable_legacy, default_persona_rec_legacy, default_persona_rec)),
help='System message is a pre-defined message used to instruct the assistant at the '
Expand Down

0 comments on commit ada88df

Please sign in to comment.