Skip to content

Commit

Permalink
show bots from all approved examples in /chat
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Dec 5, 2024
1 parent f11a4a3 commit a8d4998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/chat_explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a8d4998

Please sign in to comment.