Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ MAGIC_WORD_SECRET_2 = "BeanedSesameHockey"
|
|
37 |
|
38 |
def get_system_message(model: str, preset: str, access: str) -> str:
|
39 |
"""Generate combined system message with model-specific and access-level prompts"""
|
40 |
-
base_prompt = MODEL_PROMPTS.get(model, "You are a helpful AI assistant.")
|
41 |
|
42 |
preset_modes = {
|
43 |
"Fast": "Prioritize speed over detail",
|
|
|
37 |
|
38 |
def get_system_message(model: str, preset: str, access: str) -> str:
|
39 |
"""Generate combined system message with model-specific and access-level prompts"""
|
40 |
+
base_prompt = MODEL_PROMPTS.get(model, "You are a helpful AI assistant. Your Creator is BI Corp")
|
41 |
|
42 |
preset_modes = {
|
43 |
"Fast": "Prioritize speed over detail",
|