Spaces:
Build error
Build error
Update app.py
Browse files
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 |
)
|