added sample srv_secrets file

This commit is contained in:
2023-07-31 13:13:39 +07:00
parent 50aca48a37
commit 557327ede4

9
srv_secrets_sample.py Normal file
View 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"