2
0

messages.py 860 B

12345678910111213141516171819202122232425262728293031323334353637
  1. SORRY_SLOW = [
  2. 'my server sucks',
  3. 'my server is slow as fuck',
  4. "i'm running on a toaster",
  5. "i'm running on a flip-phone",
  6. "i'm running on a tamagochi",
  7. "i'm running on a potato",
  8. "i'm not exactly running on a nasa computer",
  9. 'i lack the resources to do this fast',
  10. "i'm sleepy",
  11. "i'm lazy",
  12. ]
  13. NO_GPU = [
  14. 'my server lacks a graphics card',
  15. "i'm running on a v-server with no gpu",
  16. 'my creator is too poor to get a server with gpu',
  17. 'i lack a gpu',
  18. "i can't run on cuda (no gpu)"
  19. ]
  20. LIVENESS = [
  21. 'u there?',
  22. 'hello?',
  23. 'are you there?',
  24. 'how are you?',
  25. ]
  26. LIVENESS_RESPONSE = [
  27. "i'm ready to take your order",
  28. "i'm ready to take requests",
  29. 'always happy to help ya :)',
  30. 'here!',
  31. 'how may i assist?',
  32. "i'm there!",
  33. "i'm there and ready to draw something!",
  34. ]