openfree commited on
Commit
2ed0b1b
ยท
1 Parent(s): 5ea1450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -636,7 +636,8 @@ with gr.Blocks(css=css, title="Vidraft-G3-27B ") as demo:
636
  # ๋‚ด๋ถ€์ ์œผ๋กœ ์“ฐ์ด์ง€๋งŒ ํ™”๋ฉด์—๋Š” ๋…ธ์ถœ๋˜์ง€ ์•Š๋„๋ก ์„ค์ •
637
  system_prompt_box = gr.Textbox(
638
  lines=3,
639
- 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. Please answer in Korean.",
 
640
  visible=False # ํ™”๋ฉด์—์„œ ๊ฐ์ถค
641
  )
642
  max_tokens_slider = gr.Slider(
 
636
  # ๋‚ด๋ถ€์ ์œผ๋กœ ์“ฐ์ด์ง€๋งŒ ํ™”๋ฉด์—๋Š” ๋…ธ์ถœ๋˜์ง€ ์•Š๋„๋ก ์„ค์ •
637
  system_prompt_box = gr.Textbox(
638
  lines=3,
639
+ 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. Please answer in Korean.You have the ability to read English sources, but you **must always speak in Korean**.Even if the search results are in English, answer in Korean.",
640
+
641
  visible=False # ํ™”๋ฉด์—์„œ ๊ฐ์ถค
642
  )
643
  max_tokens_slider = gr.Slider(