// incant looks in your env array for an OPENAI_API_KEY & other vars
// easy for end users to configure for your cli
const
{
,
}
=
createIncant
(
{
env
Deno
.
env
.
toObject
(
)
,
}
)
;
Find this article useful? Share it with others!