feat: added basic gemini functionality
This commit is contained in:
parent
5e0de6e894
commit
d044eb5b06
7 changed files with 70 additions and 0 deletions
4
src/features/gemini/gemini.js
Normal file
4
src/features/gemini/gemini.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { createPartFromUri, GoogleGenAI } from "@google/genai"
|
||||
import 'dotenv/config'
|
||||
|
||||
const ai = new GoogleGenAI({ apiKey: ${} })
|
||||
Loading…
Add table
Add a link
Reference in a new issue