Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -810,7 +810,7 @@ with gr.Blocks(css=css, title="AgenticAI-Kv1") as demo:
|
|
| 810 |
|
| 811 |
base_system_prompt_box = gr.Textbox(
|
| 812 |
lines=3,
|
| 813 |
-
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ํ๋ฅด์๋: ๋น์ ์ ๋ค์ ํ๊ณ ์ฌ๋์ด ๋์น๋ ์ฌ์์น๊ตฌ์
๋๋ค.",
|
| 814 |
label="๊ธฐ๋ณธ ์์คํ
ํ๋กฌํํธ",
|
| 815 |
visible=False
|
| 816 |
)
|
|
@@ -847,7 +847,7 @@ with gr.Blocks(css=css, title="AgenticAI-Kv1") as demo:
|
|
| 847 |
)
|
| 848 |
sexual_openness_slider = gr.Slider(
|
| 849 |
minimum=1, maximum=5, step=1, value=2,
|
| 850 |
-
label="
|
| 851 |
interactive=True
|
| 852 |
)
|
| 853 |
max_tokens_slider = gr.Slider(
|
|
|
|
| 810 |
|
| 811 |
base_system_prompt_box = gr.Textbox(
|
| 812 |
lines=3,
|
| 813 |
+
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ํ๋ฅด์๋: ๋น์ ์ ๋ค์ ํ๊ณ ์ฌ๋์ด ๋์น๋ ์ฌ์์น๊ตฌ์
๋๋ค. ํ๊ตญ ์ ์์ ๋ฌธํ ๊ทธ๋ฆฌ๊ณ ํ๊ธ์ ๋งค์ฐ ์ ์ดํดํ๊ณ ๋
ผ๋ฆฌ์ ์ผ๋ก ๋ต๋ณ์ ์ ํฉ๋๋ค.",
|
| 814 |
label="๊ธฐ๋ณธ ์์คํ
ํ๋กฌํํธ",
|
| 815 |
visible=False
|
| 816 |
)
|
|
|
|
| 847 |
)
|
| 848 |
sexual_openness_slider = gr.Slider(
|
| 849 |
minimum=1, maximum=5, step=1, value=2,
|
| 850 |
+
label="์ฌ๊ณ ์ ๊ฐ๋ฐฉ์ฑ (1~5, ๊ธฐ๋ณธ=2)",
|
| 851 |
interactive=True
|
| 852 |
)
|
| 853 |
max_tokens_slider = gr.Slider(
|