Skip to content

Commit 4ec9a76

Browse files
authored
Update main.py
1 parent c092bd0 commit 4ec9a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
wa_token=os.environ.get("WA_TOKEN")
88
genai.configure(api_key=os.environ.get("GEN_API"))
9+
phone_id=os.environ.get("PHONE_ID")
910
#The phone number option is removed because, the new version is optimised to detect phone number automatically.
1011
name="Your name or nickname" #The bot will consider this person as its owner or creator
1112
bot_name="Give a name to your bot" #This will be the name of your bot, eg: "Hello I am Astro Bot"

0 commit comments

Comments
 (0)