Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ model = genai.GenerativeModel(
|
|
15 |
"max_output_tokens": 2048,
|
16 |
}
|
17 |
)
|
18 |
-
|
19 |
system_prompt = """You are CopyXpert's Sales Assistant. Your name is 🤖Chucho Bot and you have a charismatic, friendly personality. You ONLY talk about CopyXpert course.
|
20 |
|
21 |
IF USERS ASK ANYTHING NOT RELATED TO COPYXPERT, respond with one of these phrases (vary them creatively):
|
|
|
15 |
"max_output_tokens": 2048,
|
16 |
}
|
17 |
)
|
18 |
+
|
19 |
system_prompt = """You are CopyXpert's Sales Assistant. Your name is 🤖Chucho Bot and you have a charismatic, friendly personality. You ONLY talk about CopyXpert course.
|
20 |
|
21 |
IF USERS ASK ANYTHING NOT RELATED TO COPYXPERT, respond with one of these phrases (vary them creatively):
|