[CLEANUP][GEMINI]

pull/299/head
Kye 1 year ago
parent a01711fd23
commit fdc0163f7e

@ -7,9 +7,7 @@ load_dotenv()
api_key = os.environ["GEMINI_API_KEY"] api_key = os.environ["GEMINI_API_KEY"]
# Initialize the model # Initialize the model
model = Gemini( model = Gemini(gemini_api_key=api_key)
gemini_api_key="AIzaSyCUMFvG3TwwuZIniSpvDeP2AW5USyJUgJM"
)
# Establish the prompt and image # Establish the prompt and image
task = "What is your name" task = "What is your name"
Loading…
Cancel
Save