Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 2, 2024 01:47
Show Gist options
  • Save skydoves/9713761efb340a9648ad20437da201b1 to your computer and use it in GitHub Desktop.
Save skydoves/9713761efb340a9648ad20437da201b1 to your computer and use it in GitHub Desktop.
generative_model
val generativeModel = GenerativeModel(
modelName = "gemini-pro",
apiKey = BuildConfig.GEMINI_API_KEY,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment