{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":736060713,"defaultBranch":"main","name":"ai-worker","ownerLogin":"livepeer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-26T21:56:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25355022?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715766096.0","currentOid":""},"activityList":{"items":[{"before":"6e860a514d18d42ee06e22f50a46469918466be0","after":null,"ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-15T09:41:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":"8bd32b0259ab767e955cfcc518294dddecb5e2d6","after":"272ac74175bb6dc0ffe34b396f530c8cd138c7ef","ref":"refs/heads/main","pushedAt":"2024-05-15T09:41:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(text-to-image): integrate NSFW safety checker (#76)\n\n* feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\r\n\r\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\r\ninto the text-to-image and image-to-image pipelines. By enabling the\r\n`safety_check` input variable, users get notified of the generation\r\nof NSFW images.\r\n\r\n* refactor(runner): enable safety checker by default\r\n\r\nThis commit enables the safety checker by default. For more information\r\nabout this decision see\r\nhttps://github.com/livepeer/ai-worker/pull/76#issuecomment-2097146246.","shortMessageHtmlLink":"feat(text-to-image): integrate NSFW safety checker (#76)"}},{"before":"7eb69f6549e4f58a0d5c419a1a16b67c7687aec5","after":"6e860a514d18d42ee06e22f50a46469918466be0","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-15T08:53:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"refactor(runner): enable safety checker by default\n\nThis commit enables the safety checker by default. For more information\nabout this decision see\nhttps://github.com/livepeer/ai-worker/pull/76#issuecomment-2097146246.","shortMessageHtmlLink":"refactor(runner): enable safety checker by default"}},{"before":"8357c60b100b858539dd847f9212422a99c56b2a","after":"7eb69f6549e4f58a0d5c419a1a16b67c7687aec5","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-15T08:28:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"refactor(runner): enable safety checker by default\n\nThis commit enables the safety checker by default. For more information\nabout this decision see\nhttps://github.com/livepeer/ai-worker/pull/76#issuecomment-2097146246.","shortMessageHtmlLink":"refactor(runner): enable safety checker by default"}},{"before":"47e1eb8f801a098cc93c10fc73d5669c01c2a28e","after":"8357c60b100b858539dd847f9212422a99c56b2a","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-15T08:23:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\n\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\ninto the text-to-image and image-to-image pipelines. By enabling the\n`safety_check` input variable, users get notified of the generation\nof NSFW images.","shortMessageHtmlLink":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines"}},{"before":"5f379e3e840f878738da36fc81a82bb1a90a9aa9","after":"47e1eb8f801a098cc93c10fc73d5669c01c2a28e","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-15T08:14:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\n\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\ninto the text-to-image and image-to-image pipelines. By enabling the\n`safety_check` input variable, users get notified of the generation\nof NSFW images.","shortMessageHtmlLink":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines"}},{"before":"3d44803dc2cf435fbc1908b8a1eb649a42dbd74b","after":null,"ref":"refs/heads/add_deep_cache_optim","pushedAt":"2024-05-14T11:10:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":"3528b0285962054a3d638a71aa5a38c5491895e9","after":"8bd32b0259ab767e955cfcc518294dddecb5e2d6","ref":"refs/heads/main","pushedAt":"2024-05-14T11:10:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"perf(runner): introduce 'DEEPCACHE' optimization method (#83)\n\nThis commit enables Orchestrators to utilize the\r\n[DeepCache](https://github.com/horseee/DeepCache) optimization method.\r\nDeepCache has demonstrated the potential to achieve a 50% inference\r\nspeedup for multi-step inference processes (referenced from\r\nhttps://livepeer-ai-spe.productlane.com/roadmap?id=899de8b9-812f-461c-9866-820af7e27438).\r\n\r\nFurthermore, the commit includes minor optimizations and cleanup within\r\nthe relevant modules.","shortMessageHtmlLink":"perf(runner): introduce 'DEEPCACHE' optimization method (#83)"}},{"before":"8c97a1592ee31dc93cb23f7a4682163ea389c90b","after":"3d44803dc2cf435fbc1908b8a1eb649a42dbd74b","ref":"refs/heads/add_deep_cache_optim","pushedAt":"2024-05-14T10:55:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"perf(runner): introduce 'DEEPCACHE' optimization method\n\nThis commit enables Orchestrators to utilize the\n[DeepCache](https://github.com/horseee/DeepCache) optimization method.\nDeepCache has demonstrated the potential to achieve a 50% inference\nspeedup for multi-step inference processes (referenced from\nhttps://livepeer-ai-spe.productlane.com/roadmap?id=899de8b9-812f-461c-9866-820af7e27438).\n\nFurthermore, the commit includes minor optimizations and cleanup within\nthe relevant modules.","shortMessageHtmlLink":"perf(runner): introduce 'DEEPCACHE' optimization method"}},{"before":"f182f4beed01f07851e4760a5c591731dc5ffcd9","after":"8c97a1592ee31dc93cb23f7a4682163ea389c90b","ref":"refs/heads/add_deep_cache_optim","pushedAt":"2024-05-14T10:55:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"perf(runner): introduce 'DEEPCACHE' optimization method\n\nThis commit enables Orchestrators to utilize the\n[DeepCache](https://github.com/horseee/DeepCache) optimization method.\nDeepCache has demonstrated the potential to achieve a 50% inference\nspeedup for multi-step inference processes (referenced from\nhttps://livepeer-ai-spe.productlane.com/roadmap?id=899de8b9-812f-461c-9866-820af7e27438).\n\nFurthermore, the commit includes minor optimizations and cleanup within\nthe relevant modules.","shortMessageHtmlLink":"perf(runner): introduce 'DEEPCACHE' optimization method"}},{"before":"d1f4a8c68d1e811e3a52d8ad1f3acecc49780468","after":"f182f4beed01f07851e4760a5c591731dc5ffcd9","ref":"refs/heads/add_deep_cache_optim","pushedAt":"2024-05-14T10:53:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"perf(runner): introduce 'DEEPCACHE' optimization method\n\nThis commit enables Orchestrators to utilize the\n[DeepCache](https://github.com/horseee/DeepCache) optimization method.\nDeepCache has demonstrated the potential to achieve a 50% inference\nspeedup for multi-step inference processes (referenced from\nhttps://livepeer-ai-spe.productlane.com/roadmap?id=899de8b9-812f-461c-9866-820af7e27438).\n\nFurthermore, the commit includes minor optimizations and cleanup within\nthe relevant modules.","shortMessageHtmlLink":"perf(runner): introduce 'DEEPCACHE' optimization method"}},{"before":null,"after":"d1f4a8c68d1e811e3a52d8ad1f3acecc49780468","ref":"refs/heads/add_deep_cache_optim","pushedAt":"2024-05-14T10:51:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"perf(runner): add 'DEEPCACHE' optimization method\n\nThis commit gives Orchestrators the ability to enable the\n[DeepCache](https://github.com/horseee/DeepCache) optimization method.\nThis method can provide a 50% inference speed up for multi-step\ninference (See\nhttps://livepeer-ai-spe.productlane.com/roadmap?id=899de8b9-812f-461c-9866-820af7e27438).","shortMessageHtmlLink":"perf(runner): add 'DEEPCACHE' optimization method"}},{"before":"fa2f0abb821c7c4269825faaec6b033d731acc0a","after":"3528b0285962054a3d638a71aa5a38c5491895e9","ref":"refs/heads/main","pushedAt":"2024-05-13T13:09:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"refactor(runner): change T2I argument order\n\nThis commit ensures that the `num_images_per_prompt` argument is the\nlatest argument of the T2I pipeline since it is a meta argument.","shortMessageHtmlLink":"refactor(runner): change T2I argument order"}},{"before":"fa9e965327d544ed5c57fa0d6565e139ec33dcf4","after":"fa2f0abb821c7c4269825faaec6b033d731acc0a","ref":"refs/heads/main","pushedAt":"2024-05-13T07:24:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat: add the 'num_inference_steps' to T2I endpoint (#80)\n\n* add num_inference_steps to text-to-image endpoints\r\n\r\nadded the generated runner code\r\n\r\nfinal changes for num_inference_steps\r\n\r\nremoved debug logging\r\n\r\nfixed spacing\r\n\r\nfixed spacing\r\n\r\n* refactor(runner): handle 'num_inference_steps' edge cases\r\n\r\nEnsure the pipeline does not crash when the `num_inference_steps`\r\nargument is set to a value lower than 1. Update the default\r\n`num_inference_steps` to align with diffusion model defaults.\r\n\r\n---------\r\n\r\nCo-authored-by: Rick Staa ","shortMessageHtmlLink":"feat: add the 'num_inference_steps' to T2I endpoint (#80)"}},{"before":"af3f97cc1f966fbacfaa4981bd65c0571a37ae7f","after":"fa9e965327d544ed5c57fa0d6565e139ec33dcf4","ref":"refs/heads/main","pushedAt":"2024-05-12T11:03:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"chore(runner): update yaml OpenAPI spec\n\nThis commit updates the OpenAPI yaml spec so that it includes the new\nlivepeer.cloud public gateway.","shortMessageHtmlLink":"chore(runner): update yaml OpenAPI spec"}},{"before":"e48856db9bf35942a946aac31f9b21c20f17ee30","after":"af3f97cc1f966fbacfaa4981bd65c0571a37ae7f","ref":"refs/heads/main","pushedAt":"2024-05-12T11:00:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"fix(runner): fix gateway openapi generator output filename\n\nThis commit ensures that the openapi generator script uses the correct\noutput filname when the `entrypoint` is set to `gateway`.","shortMessageHtmlLink":"fix(runner): fix gateway openapi generator output filename"}},{"before":"92253d2739a2fde9fcbcb7e8921e78dbdcbc4594","after":null,"ref":"refs/heads/handle_download_script_edgecase","pushedAt":"2024-05-12T07:20:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":"22c5bf560a04bc3f1b95817cb3038391738fb17f","after":"e48856db9bf35942a946aac31f9b21c20f17ee30","ref":"refs/heads/main","pushedAt":"2024-05-12T07:20:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"fix: handle HF_TOKEN not set problem (#81)\n\nThis commit ensure that if the HF_TOKEN is not set the command can still\r\nexecute if the user has logged in using the huggingface-cli.","shortMessageHtmlLink":"fix: handle HF_TOKEN not set problem (#81)"}},{"before":null,"after":"92253d2739a2fde9fcbcb7e8921e78dbdcbc4594","ref":"refs/heads/handle_download_script_edgecase","pushedAt":"2024-05-12T07:19:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"fix: handle HF_TOKEN not set problem\n\nThis commit ensure that if the HF_TOKEN is not set the command can still\nexecute if the user has logged in using the huggingface-cli.","shortMessageHtmlLink":"fix: handle HF_TOKEN not set problem"}},{"before":"cbb01b779c7462c4ea4e1a6cad8db579067557b2","after":"5f379e3e840f878738da36fc81a82bb1a90a9aa9","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-06T10:20:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\n\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\ninto the text-to-image and image-to-image pipelines. By enabling the\n`safety_check` input variable, users get notified of the generation\nof NSFW images.","shortMessageHtmlLink":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines"}},{"before":"1ace049cc30e866f0c1391daeabafa5de8409926","after":null,"ref":"refs/heads/update_openapi_server_uri","pushedAt":"2024-05-06T10:19:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":"2f8ab8ac6bb2d000cc25b20f7e5c6a16b4187025","after":"22c5bf560a04bc3f1b95817cb3038391738fb17f","ref":"refs/heads/main","pushedAt":"2024-05-06T10:19:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"chore(runner): update OpenAPI spec server URI (#78)\n\nThis commit updates the OpenAPI server to the https://livepeer.cloud\r\ncommunity gateway.","shortMessageHtmlLink":"chore(runner): update OpenAPI spec server URI (#78)"}},{"before":null,"after":"1ace049cc30e866f0c1391daeabafa5de8409926","ref":"refs/heads/update_openapi_server_uri","pushedAt":"2024-05-06T10:19:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"chore(runner): update OpenAPI spec server URI\n\nThis commit updates the OpenAPI server to the https://livepeer.cloud\ncommunity gateway.","shortMessageHtmlLink":"chore(runner): update OpenAPI spec server URI"}},{"before":"40c713fc9c7f01a0a6542379f9a0028a8dca24cd","after":"cbb01b779c7462c4ea4e1a6cad8db579067557b2","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-06T10:15:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\n\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\ninto the text-to-image and image-to-image pipelines. By enabling the\n`safety_check` input variable, users get notified of the generation\nof NSFW images.","shortMessageHtmlLink":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines"}},{"before":"7c3d68d9dc7d4bf5be4761989201aac19ff19488","after":"40c713fc9c7f01a0a6542379f9a0028a8dca24cd","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-06T10:05:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines\n\nThis commit incorporates the CompVis/stable-diffusion-safety-checker\ninto the text-to-image and image-to-image pipelines. By enabling the\n`safety_check` input variable, users get notified of the generation\nof NSFW images.","shortMessageHtmlLink":"feat(pipelines): add optional NSFW safety check to T2I and I2I pipelines"}},{"before":"ef337066fb86bd13e6e941ddab660c297137cc4e","after":null,"ref":"refs/heads/fix_non_empty_seed_output_truncation_bug","pushedAt":"2024-05-06T08:54:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":"792b620a3a4e798cffe9167a14024e0a24530e33","after":"2f8ab8ac6bb2d000cc25b20f7e5c6a16b4187025","ref":"refs/heads/main","pushedAt":"2024-05-06T08:54:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"fix(pipelines): fix image truncation bug when seed is set (#77)\n\nThis commit ensure that all images are returned when a seed is set in\r\nthe old code only the fist image of the badge was returned.","shortMessageHtmlLink":"fix(pipelines): fix image truncation bug when seed is set (#77)"}},{"before":null,"after":"ef337066fb86bd13e6e941ddab660c297137cc4e","ref":"refs/heads/fix_non_empty_seed_output_truncation_bug","pushedAt":"2024-05-06T08:45:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"fix(pipelines): fix image truncation bug when seed is set\n\nThis commit ensure that all images are returned when a seed is set in\nthe old code only the fist image of the badge was returned.","shortMessageHtmlLink":"fix(pipelines): fix image truncation bug when seed is set"}},{"before":"e087d51b769b44b252ac934c52116c6b1c04b3f6","after":null,"ref":"refs/heads/add_safety_check_parameter","pushedAt":"2024-05-05T18:17:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"}},{"before":null,"after":"7c3d68d9dc7d4bf5be4761989201aac19ff19488","ref":"refs/heads/add_nsfw_safety_checked_2","pushedAt":"2024-05-05T18:16:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rickstaa","name":"Rick Staa","path":"/rickstaa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17570430?s=80&v=4"},"commit":{"message":"feat(text-to-image): integrate NSFW safety checker\n\nThis commit integrates the\n[CompVis/stable-diffusion-safety-checker](https://huggingface.co/CompVis/stable-diffusion-safety-checker)\ninto the `text-to-image` pipeline. It enables users to activate the `safety_check` input\nvariable, which prevents the generation of NSFW images.","shortMessageHtmlLink":"feat(text-to-image): integrate NSFW safety checker"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESlzwQQA","startCursor":null,"endCursor":null}},"title":"Activity ยท livepeer/ai-worker"}