added sample srv_secrets file
This commit is contained in:
parent
50aca48a37
commit
557327ede4
|
|
@ -0,0 +1,9 @@
|
|||
# LINE bot
|
||||
channel_access_token = 'channel access token here'
|
||||
channel_secret = 'channel secret here'
|
||||
|
||||
#Server
|
||||
srv_port = 6969 # change the port accordingly
|
||||
|
||||
# OpenAI
|
||||
openai_key = "openai API key here"
|
||||
Loading…
Reference in New Issue