JeCabrera commited on
Commit
a849022
·
verified ·
1 Parent(s): e3c2758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def generate_bullets_with_angles(angle, number_of_bullets, target_audience, prod
152
  model = genai.GenerativeModel(
153
  model_name="gemini-1.5-flash",
154
  generation_config=generation_config,
155
- system_instruction="You are a world-class copywriter, with expertise in crafting bullets that connect emotionally."
156
  )
157
 
158
  chat_session = model.start_chat(history=[])
 
152
  model = genai.GenerativeModel(
153
  model_name="gemini-1.5-flash",
154
  generation_config=generation_config,
155
+ system_instruction="You are a world-class copywriter, with expertise in crafting bullets that connect emotionally. Never write with :"
156
  )
157
 
158
  chat_session = model.start_chat(history=[])