Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRub2JrZHFsdmVsZ2liY2lkb3BsIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUxMDc3NzMsImV4cCI6MjA2MDY4Mzc3M30.K5ANg0JF1ldSEFZnBTxC4Q-iBpLUfhUkepEFeJW200M
VITE_SUPABASE_URL=https://dnobkdqlvelgibcidopl.supabase.co
VITE_SUPABASE_URL=https://dnobkdqlvelgibcidopl.supabase.co







5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"saoudrizwan.claude-dev"
]
}
4 changes: 2 additions & 2 deletions src/api/deepseekAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -136,4 +136,4 @@ export const testConnection = async (): Promise<boolean> => {
console.error('API connection test failed:', error);
return false;
}
};
};
1 change: 1 addition & 0 deletions temo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
redgfd