Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image generation with Dall-e #398

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update toolbox.rb
Fix missing item separator.
ceicke authored Jun 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5fdd4e4debaa76eddc11d8abd3b43053e43dd333
2 changes: 1 addition & 1 deletion app/services/toolbox.rb
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ def self.descendants
[
test_env && Toolbox::HelloWorld,
Toolbox::OpenMeteo,
Toolbox::Dalle
Toolbox::Dalle,
Toolbox::Memory,
gmail_active && Toolbox::Gmail,
tasks_active && Toolbox::GoogleTasks,