CryptoScoutv1 commited on
Commit
f9765e7
·
verified ·
1 Parent(s): 4b6b777

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,8 +5,7 @@ from langchain.agents import load_tools
5
  from langchain_google_genai import ChatGoogleGenerativeAI
6
  import gradio as gr
7
 
8
- # Setting up the environment variable for the Google API key
9
- api_gemini = 'AIzaSyB4feCeVxvjfd6a6L1jtaV_NHUMSh0MGQk'
10
  os.environ["api_gemini"] = api_gemini
11
 
12
  # Function to run the Crew AI logic
 
5
  from langchain_google_genai import ChatGoogleGenerativeAI
6
  import gradio as gr
7
 
8
+
 
9
  os.environ["api_gemini"] = api_gemini
10
 
11
  # Function to run the Crew AI logic