asda
Some checks failed
build-and-push / build (push) Failing after 6s

This commit is contained in:
2025-05-02 13:46:28 -06:00
parent abb69dfe66
commit 416bef8274

View File

@@ -7,7 +7,7 @@ import { decryptMedia } from '@open-wa/wa-automate';
import { GoogleGenAI } from '@google/genai';
import { config } from '../config.js';
import { log } from '../logger.js';
const BASE_DIR = '/media';
const safe = s => (s || '').replace(/[\\/:*?"<>|]/g, '_');
const ai = new GoogleGenAI({ apiKey: config.GEMINI_KEY });