BICORP commited on
Commit
bed5d33
·
verified ·
1 Parent(s): 9bf3f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",