Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def chatbot_predict(message: str, history: list[dict[str, str]]):
|
|
60 |
|
61 |
# --- Gradio μΈν°νμ΄μ€ ---
|
62 |
# μμ μ§λ¬Έ (μμ€ν
ν둬ννΈμ λ°λΌ κ°λ¨ν λ³κ²½ κ°λ₯)
|
63 |
-
examples = ["
|
64 |
if SYSTEM_PROMPT and "νκ΅μ΄" in SYSTEM_PROMPT:
|
65 |
examples = ["μλ
? λ€ μ΄λ¦μ λλ?"]
|
66 |
|
|
|
60 |
|
61 |
# --- Gradio μΈν°νμ΄μ€ ---
|
62 |
# μμ μ§λ¬Έ (μμ€ν
ν둬ννΈμ λ°λΌ κ°λ¨ν λ³κ²½ κ°λ₯)
|
63 |
+
examples = ["μλ
? λ€ μ΄λ¦μ λλ? λλ₯Ό μ΄λ»κ² λμμ€ μ μλ?"]
|
64 |
if SYSTEM_PROMPT and "νκ΅μ΄" in SYSTEM_PROMPT:
|
65 |
examples = ["μλ
? λ€ μ΄λ¦μ λλ?"]
|
66 |
|