Skip to content

faelscarpato/aura

Repository files navigation

AI Studio Gemini App Proxy Server

This nodejs proxy server lets you run your AI Studio Gemini application unmodified, without exposing your API key in the frontend code.

Instructions

Prerequisites:

  1. Download or copy the files of your AI Studio app into this directory at the root level.

  2. If your app calls the Gemini API, create a Secret for your API key:

    echo -n "${GEMINI_API_KEY}" | gcloud secrets create gemini_api_key --data-file=-
    
  3. Deploy to Cloud Run (optionally including API key):

    gcloud run deploy my-app --source=. --update-secrets=GEMINI_API_KEY=gemini_api_key:latest
    

About

assistente de voz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors