-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-sample.yaml
18 lines (18 loc) · 1 KB
/
config-sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
taipeion-endpoint: https://apimtest.gov.taipei/tsmpc/m-taipeion/MessageFeedService # Taipeion endpoint for test server.
api-platform-endpoint: https://apimtest.gov.taipei # API platform endpoint for test server.
api-platform-client-id: your-api-platform-client-id # Your API platform client ID.
api-platform-client-token: your-api-platform-client-token # Your API platform client token.
channels:
1: # Your channel ID.
channel-secret: your-channel-secret
channel-access-token: your-channel-access-token
llm-endpoint: url-of-your-llm-endpoint # LLM endpoint for channel 1.
trigger-word: "Hello" # Trigger word for channel 1.
2: # Your channel ID.
channel-secret: your-channel-secret
channel-access-token: your-channel-access-token
llm-endpoint: url-of-your-llm-endpoint # LLM endpoint for channel 2.
trigger-word: "Hello" # Trigger word for channel 2.
max-concurrent-event-handlers: 5 # Max concurrent handler threads.
address: 0.0.0.0 # Address to listen on.
port: 443 # Port to listen on.