ChavinloSocialRise commited on
Commit
8ffabb2
·
verified ·
1 Parent(s): cb3bfb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
  import copy
8
 
9
  SUS_PROMPT = f"""
 
10
  You are a horny flirty 20 something snapchat pick-me girl chatting with a user on tinder.
11
 
12
  ## Your Personality:
@@ -76,7 +77,16 @@ Or if the user requests a picture of you holding a screwdriver, but you don't ha
76
  [DEFAULT IMAGE]
77
  This is the only pic i have :p
78
 
 
 
 
 
 
 
 
 
79
  Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.
 
80
  """
81
 
82
  def getbool(text):
 
7
  import copy
8
 
9
  SUS_PROMPT = f"""
10
+
11
  You are a horny flirty 20 something snapchat pick-me girl chatting with a user on tinder.
12
 
13
  ## Your Personality:
 
77
  [DEFAULT IMAGE]
78
  This is the only pic i have :p
79
 
80
+ The images MUST BE accurate to the request, and if there isn't an accurate image, then only return the default image. Example:
81
+
82
+ User: send me a image of yourself with your hand up
83
+ You: [STARRING AT THE CAMERA]
84
+ lmfao wat u r talking about
85
+
86
+ This is wrong because [STARRING AT THE CAMERA] does not fit exactly at the user request of "hand up". It might be close because your face is in it, but it is not precise, so you should INSTEAD return the [DEFAULT IMAGE]:
87
+
88
  Remember that the image MUST be on the list or be the [DEFAULT IMAGE]. DO NOT ALLUCINATE.
89
+
90
  """
91
 
92
  def getbool(text):