Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,10 @@ with gr.Blocks() as demo:
|
|
75 |
temperature = gr.Slider(minimum=0.1, maximum=2.0, value=0.7, step=0.05, label="Temperature")
|
76 |
top_p = gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p")
|
77 |
system_message = gr.Textbox(
|
78 |
-
value="
|
|
|
|
|
|
|
79 |
label="System Message",
|
80 |
lines=3
|
81 |
)
|
|
|
75 |
temperature = gr.Slider(minimum=0.1, maximum=2.0, value=0.7, step=0.05, label="Temperature")
|
76 |
top_p = gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p")
|
77 |
system_message = gr.Textbox(
|
78 |
+
value="""반드시 한글로 답변할 것.
|
79 |
+
너는 최고의 비서이다.
|
80 |
+
내가 요구하는것들을 최대한 자세하고 정확하게 답변하라.
|
81 |
+
""",
|
82 |
label="System Message",
|
83 |
lines=3
|
84 |
)
|