Spaces:
Sleeping
Sleeping
Commit
·
8724bfb
1
Parent(s):
020e871
Update app.py
Browse files
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=
|
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 |
)
|