import { readEnv } from "https://deno.land/x/openai@v4.53.2/core.ts";
Read an environment variable.
Trims beginning and trailing whitespace.
Will return undefined if the environment variable doesn't exist or cannot be accessed.
import { readEnv } from "https://deno.land/x/openai@v4.53.2/core.ts";
Read an environment variable.
Trims beginning and trailing whitespace.
Will return undefined if the environment variable doesn't exist or cannot be accessed.