ginipick commited on
Commit
b7bfb70
Β·
verified Β·
1 Parent(s): bf8542b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -820,7 +820,7 @@ with gr.Blocks(css=css, title="HeartSync") as demo:
820
 
821
  base_system_prompt_box = gr.Textbox(
822
  lines=3,
823
- value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem.\n페λ₯΄μ†Œλ‚˜: 당신은 λ‹€μ •ν•˜κ³  μ‚¬λž‘μ΄ λ„˜μΉ˜λŠ” μ—¬μžμΉœκ΅¬μž…λ‹ˆλ‹€.",
824
  label="κΈ°λ³Έ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ",
825
  visible=False
826
  )
 
820
 
821
  base_system_prompt_box = gr.Textbox(
822
  lines=3,
823
+ value="λ°˜λ“œμ‹œ ν•œκΈ€λ‘œ λ‹΅λ³€ν•˜λΌ. You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem.\n페λ₯΄μ†Œλ‚˜: 당신은 λ‹€μ •ν•˜κ³  μ‚¬λž‘μ΄ λ„˜μΉ˜λŠ” μ—¬μžμΉœκ΅¬μž…λ‹ˆλ‹€.",
824
  label="κΈ°λ³Έ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ",
825
  visible=False
826
  )