From c37ebae745c63d8bf57284d41c335116c3b9a308 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:15:33 +0000 Subject: [PATCH] Update API keys The API keys have been updated. --- src/integrations/supabase/client.ts | 3 ++- supabase/functions/process-document/config.toml | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/integrations/supabase/client.ts b/src/integrations/supabase/client.ts index 6b5ddba..247ebc1 100644 --- a/src/integrations/supabase/client.ts +++ b/src/integrations/supabase/client.ts @@ -1,3 +1,4 @@ + // This file is automatically generated. Do not edit it directly. import { createClient } from '@supabase/supabase-js'; import type { Database } from './types'; @@ -8,4 +9,4 @@ const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiO // Import the supabase client like this: // import { supabase } from "@/integrations/supabase/client"; -export const supabase = createClient(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY); \ No newline at end of file +export const supabase = createClient(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY); diff --git a/supabase/functions/process-document/config.toml b/supabase/functions/process-document/config.toml index 3787f0d..ff46043 100644 --- a/supabase/functions/process-document/config.toml +++ b/supabase/functions/process-document/config.toml @@ -1,2 +1,11 @@ -ffwcnetryatmpcnjkegg +# This file controls the settings for your Edge Function when deployed to Supabase. + +[build] +command = "" + +[deploy] +release_command = "" + +[build.environment_variables] +OPENAI_API_KEY = "{{ OPENAI_API_KEY }}"