/** * Shared configuration constants for Edge Functions. * Centralizes API model names and defaults to prevent hardcoding. */ export const PERPLEXITY_MODEL = Deno.env.get("PERPLEXITY_MODEL") || "sonar";