Oracle_Wikipage / Classes /__init__.py
Sujithanumala's picture
Update Classes/__init__.py
461976d verified
raw
history blame
187 Bytes
import google.generativeai as genai
import os
os.environ["GOOGLE_API_KEY"] = "AIzaSyBoghqvvnMMS4bA61LjQkkPNdIRetqk438"
genai.configure(api_key="AIzaSyBoghqvvnMMS4bA61LjQkkPNdIRetqk438")