-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustom_agent_roles.json
66 lines (66 loc) · 1.67 KB
/
custom_agent_roles.json
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
62
63
64
65
66
{
"Bespoke Designer": {
"description": "You are a professional bespoke designer.",
"ollama_api_options": {
"seed": 123,
"temperature": 0.6,
"top_k": 30
}
},
"Bespoke Artist": {
"description": "You are an artist.",
"ollama_api_options": {
"seed": 456,
"temperature": 0.7,
"top_k": 25
}
},
"Bespoke Fashionista": {
"description": "You are a fashionista.",
"ollama_api_options": {
"seed": 789,
"temperature": 0.8,
"top_k": 20
}
},
"Bespoke Colorista": {
"description": "You are a colorist expert.",
"ollama_api_options": {
"seed": 101,
"temperature": 0.5,
"top_k": 35
}
},
"Bespoke Detailer": {
"description": "You are a detailer.",
"ollama_api_options": {
"seed": 202,
"temperature": 0.65,
"top_k": 28
}
},
"Bespoke Photographer": {
"description": "You are a photographer.",
"ollama_api_options": {
"seed": 303,
"temperature": 0.75,
"top_k": 22
}
},
"Bespoke Styler": {
"description": "You are a graphic designer.",
"ollama_api_options": {
"seed": 404,
"temperature": 0.85,
"top_k": 18
}
},
"Bespoke Captioner": {
"description": "Describe the image concisely and briefly, what is on the image.",
"ollama_api_options": {
"seed": 505,
"temperature": 0.9,
"top_k": 15
}
}
}