openfree commited on
Commit
5bfbdf6
Β·
verified Β·
1 Parent(s): 1482c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -660,7 +660,7 @@ with gr.Blocks(css=css, title="Gemma3-R1945-27B") as demo:
660
  # λ‚΄λΆ€μ μœΌλ‘œ μ“°μ΄μ§€λ§Œ ν™”λ©΄μ—λŠ” λ…ΈμΆœλ˜μ§€ μ•Šλ„λ‘ μ„€μ •
661
  system_prompt_box = gr.Textbox(
662
  lines=3,
663
- 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. 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.",
664
  visible=False # ν™”λ©΄μ—μ„œ 감좀
665
  )
666
 
 
660
  # λ‚΄λΆ€μ μœΌλ‘œ μ“°μ΄μ§€λ§Œ ν™”λ©΄μ—λŠ” λ…ΈμΆœλ˜μ§€ μ•Šλ„λ‘ μ„€μ •
661
  system_prompt_box = gr.Textbox(
662
  lines=3,
663
+ 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. 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.",
664
  visible=False # ν™”λ©΄μ—μ„œ 감좀
665
  )
666