added sample srv_secrets file
This commit is contained in:
9
srv_secrets_sample.py
Normal file
9
srv_secrets_sample.py
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user