Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ AVAILABLE_MODELS = [
|
|
27 |
]
|
28 |
|
29 |
# Default System Prompt
|
30 |
-
DEFAULT_SYSTEM_PROMPT = "
|
31 |
|
32 |
# --- Gradio Interface ---
|
33 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="neutral")) as demo:
|
|
|
27 |
]
|
28 |
|
29 |
# Default System Prompt
|
30 |
+
DEFAULT_SYSTEM_PROMPT = "Answer everything in simple, smart, relevant and accurate style. No chatty!"
|
31 |
|
32 |
# --- Gradio Interface ---
|
33 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="neutral")) as demo:
|