Created
May 31, 2025 06:38
-
-
Save ayoisaiah/fcbe7309359e2e71f5d32e3fa1f94fb7 to your computer and use it in GitHub Desktop.
C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { GoogleGenAI, Type } from "@google/genai"; | |
const ai = new GoogleGenAI({ | |
apiKey: "<your_api_key>", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment