Packages
gpt_image_2_dev
0.1.0
Minimal Hex package for GPT Image 2 AI image generator site metadata.
Current section
Files
Jump to
Current section
Files
lib/gpt_image_2_dev.ex
defmodule GptImage2Dev do
@moduledoc """
Minimal metadata module for the GPT Image 2 AI video generator website.
"""
@homepage "https://www.gpt-image-2.dev"
@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