diff --git a/.env b/.env index 57fd67c..539ce57 100644 --- a/.env +++ b/.env @@ -1,3 +1,10 @@ VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRub2JrZHFsdmVsZ2liY2lkb3BsIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUxMDc3NzMsImV4cCI6MjA2MDY4Mzc3M30.K5ANg0JF1ldSEFZnBTxC4Q-iBpLUfhUkepEFeJW200M -VITE_SUPABASE_URL=https://dnobkdqlvelgibcidopl.supabase.co \ No newline at end of file +VITE_SUPABASE_URL=https://dnobkdqlvelgibcidopl.supabase.co + + + + + + + diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..022f793 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "saoudrizwan.claude-dev" + ] +} \ No newline at end of file diff --git a/src/api/deepseekAPI.ts b/src/api/deepseekAPI.ts index 840a3e8..410aeaf 100644 --- a/src/api/deepseekAPI.ts +++ b/src/api/deepseekAPI.ts @@ -25,7 +25,7 @@ interface ExtractionResponse { } let config: DeepseekConfig = { - apiKey: '', + apiKey: import.meta.env.VITE_DEEPSEEK_API_KEY || '', model: 'deepseek-coder', baseUrl: 'https://api.deepseek.com/v1', maxTokens: 2048 @@ -136,4 +136,4 @@ export const testConnection = async (): Promise => { console.error('API connection test failed:', error); return false; } -}; \ No newline at end of file +}; diff --git a/temo.txt b/temo.txt new file mode 100644 index 0000000..90c862b --- /dev/null +++ b/temo.txt @@ -0,0 +1 @@ +redgfd \ No newline at end of file