Spaces:
Sleeping
Sleeping
Commit
·
c055605
1
Parent(s):
166df92
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,14 @@ os.environ["OPENAI_API_KEY"] = "sk-bJdQqnZ3cw4Ju9Utc33AT3BlbkFJPnMrwv8n4OsDt1hAQ
|
|
7 |
|
8 |
from crewai import Agent, Task, Crew, Process
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
def run_therapy_session(group_size, topic):
|
11 |
participant_names = ['Alice', 'Bob', 'Charlie', 'Diana', 'Ethan', 'Fiona', 'George', 'Hannah', 'Ivan']
|
12 |
|
@@ -65,6 +73,9 @@ iface = gr.Interface(
|
|
65 |
# Launch the interface
|
66 |
iface.launch()
|
67 |
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
# Choosing topics
|
|
|
7 |
|
8 |
from crewai import Agent, Task, Crew, Process
|
9 |
|
10 |
+
# Crew Bot: https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
# Therapy Group
|
16 |
+
|
17 |
+
'''
|
18 |
def run_therapy_session(group_size, topic):
|
19 |
participant_names = ['Alice', 'Bob', 'Charlie', 'Diana', 'Ethan', 'Fiona', 'George', 'Hannah', 'Ivan']
|
20 |
|
|
|
73 |
# Launch the interface
|
74 |
iface.launch()
|
75 |
|
76 |
+
'''
|
77 |
+
|
78 |
+
|
79 |
|
80 |
|
81 |
# Choosing topics
|