eaglelandsonce commited on
Commit
a600c86
1 Parent(s): 0a70144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -16,7 +16,13 @@ os.environ["OPENAI_API_KEY"] = "sk-bJdQqnZ3cw4Ju9Utc33AT3BlbkFJPnMrwv8n4OsDt1hAQ
16
  # Crew Bot: https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant
17
 
18
 
 
 
 
 
19
 
 
 
20
 
21
  # Base Example with Gemini Search
22
 
@@ -30,13 +36,7 @@ def crewai_process(research_topic):
30
  actionable insights.""",
31
  verbose=True,
32
  allow_delegation=False
33
- '''
34
- tools=[
35
- GeminiSearchTools.gemini_search,
36
- BrowserTools.scrape_and_summarize_website
37
-
38
- ]
39
- '''
40
  )
41
  writer = Agent(
42
  role='Tech Content Strategist',
 
16
  # Crew Bot: https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant
17
 
18
 
19
+ '''
20
+ tools=[
21
+ GeminiSearchTools.gemini_search,
22
+ BrowserTools.scrape_and_summarize_website
23
 
24
+ ]
25
+ '''
26
 
27
  # Base Example with Gemini Search
28
 
 
36
  actionable insights.""",
37
  verbose=True,
38
  allow_delegation=False
39
+
 
 
 
 
 
 
40
  )
41
  writer = Agent(
42
  role='Tech Content Strategist',