Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Created May 31, 2025 06:38
Show Gist options
  • Save ayoisaiah/fcbe7309359e2e71f5d32e3fa1f94fb7 to your computer and use it in GitHub Desktop.
Save ayoisaiah/fcbe7309359e2e71f5d32e3fa1f94fb7 to your computer and use it in GitHub Desktop.
C
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