manasagangotri commited on
Commit
02f7269
·
verified ·
1 Parent(s): 9ec24d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def retrieve_from_qdrant(query):
43
  # === Web Search ===
44
  def web_search_tavily(query):
45
  print("Calling Tavily...")
46
- TAVILY_API_KEY = "your_tavily_api_key"
47
  response = requests.post(
48
  "https://api.tavily.com/search",
49
  json={"api_key": TAVILY_API_KEY, "query": query, "search_depth": "advanced"},
 
43
  # === Web Search ===
44
  def web_search_tavily(query):
45
  print("Calling Tavily...")
46
+ TAVILY_API_KEY = "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"
47
  response = requests.post(
48
  "https://api.tavily.com/search",
49
  json={"api_key": TAVILY_API_KEY, "query": query, "search_depth": "advanced"},