Rahatara commited on
Commit
880a426
·
verified ·
1 Parent(s): fc0c6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from google.genai.types import GenerateContentConfig, GoogleSearch, Tool
6
  # Initialize GenAI Client
7
  API_KEY = os.getenv("GOOGLE_API_KEY") # Ensure to set this in Hugging Face Secrets
8
  client = genai.Client(api_key=API_KEY)
9
- MODEL_ID = "gemini-2.0-flash-exp" # Replace with your desired model ID
10
 
11
  def google_search_query(question):
12
  try:
 
6
  # Initialize GenAI Client
7
  API_KEY = os.getenv("GOOGLE_API_KEY") # Ensure to set this in Hugging Face Secrets
8
  client = genai.Client(api_key=API_KEY)
9
+ MODEL_ID = "gemini-2.0-flash" # Replace with your desired model ID
10
 
11
  def google_search_query(question):
12
  try: