wt002 commited on
Commit
5356cb8
Β·
verified Β·
1 Parent(s): e876303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -46,9 +46,6 @@ class BasicAgent:
46
  print(f"Agent returning answer: {fixed_answer}")
47
  return fixed_answer
48
 
49
-
50
-
51
-
52
  def search_tool(self, prompt: str) -> str:
53
  # Initialize Gemini model
54
  llm = ChatGoogleGenerativeAI(model="gemini-pro") # or "gemini-1.5-flash"
 
46
  print(f"Agent returning answer: {fixed_answer}")
47
  return fixed_answer
48
 
 
 
 
49
  def search_tool(self, prompt: str) -> str:
50
  # Initialize Gemini model
51
  llm = ChatGoogleGenerativeAI(model="gemini-pro") # or "gemini-1.5-flash"