-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpresets.json
More file actions
61 lines (61 loc) · 1.1 KB
/
presets.json
File metadata and controls
61 lines (61 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"General": {
"team_id": "general_team",
"model": "openai:gpt-4.1",
"members": [
"general_assistant",
"note_taker",
"summarizer"
],
"tools": [
"duckduckgo",
"calculator"
],
"stream_events": true
},
"Showcase": {
"team_id": "showcase_team",
"model": "openai:gpt-4.1",
"members": [
"showcase_assistant",
"web_researcher",
"image_creator",
"data_analyst"
],
"tools": [
"duckduckgo",
"calculator",
"arxiv"
],
"stream_events": true
},
"Medical": {
"team_id": "medical_team",
"model": "openai:gpt-4.1",
"members": [
"chief_doctor",
"radiologist",
"cardiologist",
"pharmacist",
"medical_researcher",
"medical_scribe"
],
"tools": [
"pubmed"
],
"stream_events": true
},
"Marketing": {
"team_id": "marketing_team",
"model": "openai:gpt-4.1",
"members": [
"content_writer",
"seo_optimizer",
"visual_researcher"
],
"tools": [
"duckduckgo"
],
"stream_events": true
}
}