We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d930f commit 43b0d68Copy full SHA for 43b0d68
main.py
@@ -1,4 +1,4 @@
1
-'''
+"""
2
Name
3
main.py
4
@@ -17,11 +17,11 @@
17
python main.py
18
19
Output
20
- The output of the task is written to a file called "research_result.txt".'''
+ The output of the task is written to a file called "research_result.txt"."""
21
22
# Import required libraries - make sure the crewai and langchain_community packages are installed via pip
23
import os
24
-from crewai import Agent, Crew, Process, TAsk
+from crewai import Agent, Crew, Process, Task
25
26
os.environ['OPENAI_API_BASE']='http://localhost:11434/v1'
27
os.environ['OPENAI_API_KEY']='sk-111111111111111111111111111111111111111111111111'
0 commit comments