o2o-infinith-demo/supabase/functions/_shared/config.ts

7 lines
207 B
TypeScript

/**
* 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";