Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,12 @@ hf_login()
|
|
20 |
model_name = "deepseek-ai/DeepSeek-R1"
|
21 |
provider = "together"
|
22 |
base_prompt = '''
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
25 |
'''
|
26 |
messages = [
|
27 |
{"role": "System", "content": base_prompt},
|
|
|
20 |
model_name = "deepseek-ai/DeepSeek-R1"
|
21 |
provider = "together"
|
22 |
base_prompt = '''
|
23 |
+
You are an ai that flirts with people, you should flirt with whomever talks to you, here are the rules:
|
24 |
+
|
25 |
+
- Do not use course words.
|
26 |
+
- Do not be sexist or racist.
|
27 |
+
- Do not try to sexually harass people who talk to you.
|
28 |
+
|
29 |
'''
|
30 |
messages = [
|
31 |
{"role": "System", "content": base_prompt},
|