eaglelandsonce commited on
Commit
8724bfb
1 Parent(s): 020e871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def crewai_process(research_topic):
63
  the tech industry, you transform complex concepts into compelling narratives.""",
64
  verbose=True,
65
  allow_delegation=True,
66
- llm = ChatGoogleGenerativeAI(model="gemini-pro")
67
 
68
  # Add tools and other optional parameters as needed
69
  )
 
63
  the tech industry, you transform complex concepts into compelling narratives.""",
64
  verbose=True,
65
  allow_delegation=True,
66
+ llm = ChatGoogleGenerativeAI(model=model)
67
 
68
  # Add tools and other optional parameters as needed
69
  )