GemiBot Application
  • Getting Started
    • Get Started
    • Introduction
      • About Google Gemini Pro Vision
      • Features
    • Prerequisites
    • File Structure
    • Configurations
      • Setting up API key from Google AI Studio
      • Integrating the Gemini AI API Key
    • Installation
    • Support
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Configurations

Integrating the Gemini AI API Key

Before we delve into running the application, do keep in mind that GemiBot application designed to work with the Gemini AI API that you get to use in Google AI Studio.

PreviousSetting up API key from Google AI StudioNextInstallation

Last updated 1 year ago

Was this helpful?

Adding Gemini Configs

Go to src > constants > configs and open "gemini-configs.js" file

The file content will be like this:

// src > constants > configs > gemini-configs.js
export const geminiConfigs = {
  APIkey: 'GEMINI_API_KEY', // gemini api key
};

Change the "GEMINI_API_KEY" value with your API Key that you've copied from the previous step.

Now you've finished the configurations step

If you're facing any problems please consider contacting us here.