constresponse_1=sample_example('A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',32,'example-1');
check(response_1,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_2=sample_example("A poem about the beauty of science by Alfred Edgar Brittle\\nTitle: The Magic Craft\\nIn the old times",50,"example-2");
check(response_2,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_3=greedy_example("استخراج العدد العاملي في لغة بايثون: ",30,"example-3");
check(response_3,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_4=sample_example("Pour déguster un ortolan, il faut tout d'abord",32,"example-4");
check(response_4,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_5=sample_example("Traduce español de España a español de Argentina\nEl coche es rojo - el auto es rojo\nEl ordenador es nuevo - la computadora es nueva\nel boligrafo es negro -",16,"example-5");
check(response_5,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_6=sample_example("Question: If I put cheese into the fridge, will it melt?\nAnswer:",32,"example-6");
check(response_6,{
'is status 200':(r)=>r.status===200,
});
sleep(SLEEP_DURATION);
constresponse_7=greedy_example("Question: Where does the Greek Goddess Persephone spend half of the year when she is not with her mother?\nAnswer:",24,"example-7");