Packages

This library wraps API to integrate with external AI such as openai

Current section

Files

Jump to
genies lib genie.ex
Raw

lib/genie.ex

defmodule Genie do
@moduledoc """
Documentation for `Genie`.
"""
@doc """
Hello world.
## Examples
iex> Genie.hello()
:world
"""
def hello do
:world
end
end