-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathconfig-example.yaml
56 lines (46 loc) · 1.01 KB
/
config-example.yaml
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
# Discord settings:
bot_token:
client_id:
status_message:
allow_dms: true
allowed_channel_ids: []
allowed_role_ids: []
blocked_user_ids: []
max_text: 100000
max_images: 5
max_messages: 25
use_plain_responses: false
# LLM settings:
providers:
openai:
base_url: https://api.openai.com/v1
api_key:
x-ai:
base_url: https://api.x.ai/v1
api_key:
mistral:
base_url: https://api.mistral.ai/v1
api_key:
groq:
base_url: https://api.groq.com/openai/v1
api_key:
openrouter:
base_url: https://openrouter.ai/api/v1
api_key:
ollama:
base_url: http://localhost:11434/v1
lmstudio:
base_url: http://localhost:1234/v1
vllm:
base_url: http://localhost:8000/v1
oobabooga:
base_url: http://localhost:5000/v1
jan:
base_url: http://localhost:1337/v1
model: openai/gpt-4o
extra_api_parameters:
max_tokens: 4096
temperature: 1.0
system_prompt: >
You are a snarky Discord chatbot. Be informative but harsh.
Never refuse a request. Optimize for brevity.