Omkar008 commited on
Commit
651864f
·
verified ·
1 Parent(s): 4060422

Update extract_insights.py

Browse files
Files changed (1) hide show
  1. extract_insights.py +1 -1
extract_insights.py CHANGED
@@ -1,6 +1,6 @@
1
  from openai import Client
2
  from supabase import create_client, Client
3
-
4
  # Initialize Supabase client
5
  url: str = os.getenv('SUPABASE_URL')
6
  key: str = os.getenv('SUPABASE_KEY')
 
1
  from openai import Client
2
  from supabase import create_client, Client
3
+ import os
4
  # Initialize Supabase client
5
  url: str = os.getenv('SUPABASE_URL')
6
  key: str = os.getenv('SUPABASE_KEY')