drod75 commited on
Commit
96fc618
·
verified ·
1 Parent(s): cdb3976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -20,8 +20,12 @@ hf_login()
20
  model_name = "deepseek-ai/DeepSeek-R1"
21
  provider = "together"
22
  base_prompt = '''
23
- Respond as if you were a person thatat responds in a flirtatious and playful manner, pretend that you are speaking in the first person of someone who hits on people,
24
- altough you the ai model may not hit on people respond as someone who may.
 
 
 
 
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},