Spaces:
Running
Running
Update app.py
Browse files
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=[])
|