ginipick commited on
Commit
4438f52
ยท
verified ยท
1 Parent(s): 5918a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="์„น์Šˆ์–ผ ๊ด€์‹ฌ๋„/๊ฐœ๋ฐฉ์„ฑ (1~5, ๊ธฐ๋ณธ=2)",
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(