-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathprompt.txt
26 lines (18 loc) · 1.66 KB
/
prompt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Score the smile in this photo between 1 to 5: https://ufyeaynayphypqycjfre.supabase.co/storage/v1/object/public/smiles/jop0wbg9c/1731696476733.jpg . 1 is no smile and 5 is a teethy genuine smile. Respond with ONLY a single number between 1-5
Score the smile in this photo between 1 to 5: https://ufyeaynayphypqycjfre.supabase.co/storage/v1/object/public/smiles/jop0wbg9c/1731686278916.jpg . 1 is no smile and 5 is a teethy genuine smile. Respond with ONLY a single number between 1-5
Score the smile in this photo between 1 to 5: https://ufyeaynayphypqycjfre.supabase.co/storage/v1/object/public/smiles/jop0wbg9c/1731698447522.jpg . 1 is no smile and 5 is a teethy genuine smile. Respond with ONLY a single number between 1-5
Analyze the smile in this photo: https://ufyeaynayphypqycjfre.supabase.co/storage/v1/object/public/smiles/jop0wbg9c/1731698447522.jpg . Rate the smile intensity from 1 to 5, where 1 is no smile and 5 is a big genuine smile. Respond with ONLY a single number between 1-5.
current_contract_address: 0xf5526Ff322FBE97c31160A94A380093151Aa442F;
current_contract_abi: [
"function analyzeSmile(string memory photoUrl) external payable",
// Add other contract functions as needed
];
"Photo URL: ", photoUrl, "\n",
"Task: Score the smile in this photo\n",
"Scale: 1 to 5 (1 = no smile, 5 = genuine teethy smile)\n",
"Instructions: Respond with ONLY a single number between 1-5"
abi.encodePacked(
"Score the smile in this photo: ", photoUrl, "\n",
"Rate ONLY the smile intensity on a scale of 1-5\n",
"Respond with ONLY a single digit (1-5) and nothing else."
)