HealthBridge / generate.py
Arpit-Bansal's picture
push files
71a7938
raw
history blame contribute delete
174 Bytes
from google import genai
from dotenv import load_dotenv
from os import getenv
load_dotenv()
GEMINI_API_KEY = getenv("GEMINI_API_KEY")
from .constants import GEMINI_API_KEY