We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c092bd0 commit 4ec9a76Copy full SHA for 4ec9a76
main.py
@@ -6,6 +6,7 @@
6
7
wa_token=os.environ.get("WA_TOKEN")
8
genai.configure(api_key=os.environ.get("GEN_API"))
9
+phone_id=os.environ.get("PHONE_ID")
10
#The phone number option is removed because, the new version is optimised to detect phone number automatically.
11
name="Your name or nickname" #The bot will consider this person as its owner or creator
12
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