diff --git a/daras_ai_v2/chat_explore.py b/daras_ai_v2/chat_explore.py index be05bc3a3..ad7b5a44e 100644 --- a/daras_ai_v2/chat_explore.py +++ b/daras_ai_v2/chat_explore.py @@ -18,7 +18,7 @@ def render(): gui.newline() integrations = BotIntegration.objects.filter( - published_run__in=PublishedRun.approved_example_q() + published_run__in=PublishedRun.objects.filter(PublishedRun.approved_example_q()) ) grid_layout(3, integrations, _render_bi)