-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkbot.json
More file actions
35 lines (35 loc) · 838 Bytes
/
Copy pathkbot.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "basic_bot",
"secrets_path": "config/secrets/basic_secrets.json",
"llm_config_path": "config/llm/gpt-4o-mini.json",
"scratchpad_template_path": null,
"dspy_program_path": "dspy_programs/halawi_zero_shot.json",
"market_filters": {
"exclude_groups": [
"personal",
"personal-goals",
"sex-and-love",
"relationships",
"dating",
"manifoldlove-relationships",
"destinygg",
"finance",
"crypto",
"stocks",
"nsfw"
]
},
"trade_loop_wait": 60,
"get_newest_limit": 2,
"comment_with_reasoning": false,
"max_search_results": 5,
"unified_web_search": false,
"use_python_interpreter": false,
"max_html_length": 20000,
"bet": {
"kelly_alpha": 0.1,
"max_trade_amount": 5,
"expires_millis_after": 600000,
"dry_run": false
}
}