Using the new image generation feature #1579
ksylvan
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can use Fabric to grab most web pages using
fabric -u
(it turns into markdown).Combine that with the new OpenAI image-generation capabilities we added, and you can have some pretty interesting fun:
fabric -u https://blog.samaltman.com/the-gentle-singularity --image-file ENV/gentle-singularity.png 'Create an illustration that would help in understanding the main concepts of this blog post'
fabric -u https://doc.rust-lang.org/stable/rust-by-example/generics.html --image-file ENV/rust-generics.png 'Create an illustration or flowchart that would help in visually understanding this page'
Beta Was this translation helpful? Give feedback.
All reactions