tecuts commited on
Commit
210a815
·
verified ·
1 Parent(s): 9178353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ LLM_API_KEY = os.getenv("LLM_API_KEY")
18
  LLM_BASE_URL = os.getenv("LLM_BASE_URL", "https://api-15i2e8ze256bvfn6.aistudio-app.com/v1") # Default added for convenience
19
 
20
  # --- IMPORTANT: Real Web Search Tool Implementation ---
21
- def Google Search_tool(queries: list) -> list:
22
  """
23
  Performs a real web search using the Google Custom Search JSON API.
24
  """
 
18
  LLM_BASE_URL = os.getenv("LLM_BASE_URL", "https://api-15i2e8ze256bvfn6.aistudio-app.com/v1") # Default added for convenience
19
 
20
  # --- IMPORTANT: Real Web Search Tool Implementation ---
21
+ def Google_Search_tool(queries: list) -> list:
22
  """
23
  Performs a real web search using the Google Custom Search JSON API.
24
  """