eaglelandsonce commited on
Commit
11d1cbf
1 Parent(s): 93dce7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -471,7 +471,7 @@ from crewai import Agent, Task, Crew, Process
471
  # Set gemini_llm
472
  gemini_llm = GoogleGenerativeAI(model="gemini-pro", google_api_key=GOOGLE_AI_STUDIO)
473
 
474
- def crewai_process(research_topic):
475
  # Define your agents with roles and goals
476
  equityanalyst = Agent(
477
  role='Equity Analyst',
 
471
  # Set gemini_llm
472
  gemini_llm = GoogleGenerativeAI(model="gemini-pro", google_api_key=GOOGLE_AI_STUDIO)
473
 
474
+ def crewai_process(portfolio_stocks):
475
  # Define your agents with roles and goals
476
  equityanalyst = Agent(
477
  role='Equity Analyst',