File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed
src/examples/crewai_example Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ def run(self):
3030if __name__ == "__main__" :
3131 print ("## Welcome to Poetry Crew" )
3232 print ("-------------------------------" )
33- # topic = input(
34- # dedent(
35- # """
36- # What topic do you want to write a poem on?
37- # """
38- # )
39- # )
40-
4133 poetry_crew = PoetryCrew (topic = "cold" )
4234 result = poetry_crew .run ()
4335 print ("\n \n ########################" )
Original file line number Diff line number Diff line change @@ -59,34 +59,6 @@ def run(self):
5959if __name__ == "__main__" :
6060 print ("## Welcome to Trip Planner Crew" )
6161 print ("-------------------------------" )
62- # origin = input(
63- # dedent(
64- # """
65- # From where will you be traveling from?
66- # """
67- # )
68- # )
69- # cities = input(
70- # dedent(
71- # """
72- # What are the cities options you are interested in visiting?
73- # """
74- # )
75- # )
76- # date_range = input(
77- # dedent(
78- # """
79- # What is the date range you are interested in traveling?
80- # """
81- # )
82- # )
83- # interests = input(
84- # dedent(
85- # """
86- # What are some of your high level interests and hobbies?
87- # """
88- # )
89- # )
9062
9163 trip_crew = TripCrew ("cairo" , "marsa alam" , "sep" , "scuba diving" )
9264 result = trip_crew .run ()
You can’t perform that action at this time.
0 commit comments