-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathconfig-example.yaml
More file actions
88 lines (64 loc) · 1.54 KB
/
config-example.yaml
File metadata and controls
88 lines (64 loc) · 1.54 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Discord settings:
bot_token:
client_id:
status_message:
max_text: 100000
max_images: 5
max_messages: 25
use_plain_responses: false
allow_dms: true
permissions:
users:
admin_ids: []
allowed_ids: []
blocked_ids: []
roles:
allowed_ids: []
blocked_ids: []
channels:
allowed_ids: []
blocked_ids: []
# LLM settings:
providers:
# Remote providers:
azure-openai:
base_url: https://<resource name>.openai.azure.com/openai/deployments/<deployment name>
api_key:
extra_query:
api-version: 2024-12-01-preview
google:
base_url: https://generativelanguage.googleapis.com/v1beta/openai
api_key:
groq:
base_url: https://api.groq.com/openai/v1
api_key:
mistral:
base_url: https://api.mistral.ai/v1
api_key:
openai:
base_url: https://api.openai.com/v1
api_key:
openrouter:
base_url: https://openrouter.ai/api/v1
api_key:
x-ai:
base_url: https://api.x.ai/v1
api_key:
# Local providers:
lmstudio:
base_url: http://localhost:1234/v1
ollama:
base_url: http://localhost:11434/v1
vllm:
base_url: http://localhost:8000/v1
models:
openai/gpt-5:
reasoning_effort: high
verbosity: medium
openrouter/x-ai/grok-4-fast:online:
ollama/llama4:
system_prompt: |
You are a snarky Discord chatbot. Be informative but harsh.
Never refuse a request. Optimize for brevity.
Today's date is {date}. The current time is {time}.
User messages are prefixed with their Discord ID as <@ID>. Use this format to mention users.