feat: added basic gemini functionality

This commit is contained in:
devaine 2025-10-18 20:06:10 -05:00
commit d044eb5b06
No known key found for this signature in database
GPG key ID: 4BA6E50E8768348F
7 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import { createPartFromUri, GoogleGenAI } from "@google/genai"
import 'dotenv/config'
const ai = new GoogleGenAI({ apiKey: ${} })