| 12345678910111213141516171819202122232425262728293031323334353637 |
- SORRY_SLOW = [
- 'my server sucks',
- 'my server is slow as fuck',
- "i'm running on a toaster",
- "i'm running on a flip-phone",
- "i'm running on a tamagochi",
- "i'm running on a potato",
- "i'm not exactly running on a nasa computer",
- 'i lack the resources to do this fast',
- "i'm sleepy",
- "i'm lazy",
- ]
- NO_GPU = [
- 'my server lacks a graphics card',
- "i'm running on a v-server with no gpu",
- 'my creator is too poor to get a server with gpu',
- 'i lack a gpu',
- "i can't run on cuda (no gpu)"
- ]
- LIVENESS = [
- 'u there?',
- 'hello?',
- 'are you there?',
- 'how are you?',
- ]
- LIVENESS_RESPONSE = [
- "i'm ready to take your order",
- "i'm ready to take requests",
- 'always happy to help ya :)',
- 'here!',
- 'how may i assist?',
- "i'm there!",
- "i'm there and ready to draw something!",
- ]
|