實作完整分享、刪除、下載報告功能

This commit is contained in:
2025-09-24 00:01:37 +08:00
parent 69c9323038
commit 99ff9654d9
35 changed files with 4779 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
import { GoogleGenerativeAI } from '@google/generative-ai';
import { aiConfig } from '../config';
const API_KEY = 'AIzaSyAN3pEJr_Vn2xkCidGZAq9eQqsMVvpj8g4';
const genAI = new GoogleGenerativeAI(API_KEY);
const genAI = new GoogleGenerativeAI(aiConfig.geminiApiKey);
export interface CriteriaItem {
id: string;