實作完整分享、刪除、下載報告功能
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user