Current section
Files
Jump to
Current section
Files
lib/gpt_image_2.ex
defmodule GptImage2 do
@moduledoc """
Minimal metadata module for the GPT Image 2 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/gpt-image-2"
@summary "GPT Image 2 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official GPT Image 2 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end