Rename embedchain to mem0 and open sourcing code for long term memory (#1474)
Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
This commit is contained in:
10
embedchain/examples/whatsapp_bot/run.py
Normal file
10
embedchain/examples/whatsapp_bot/run.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from embedchain.bots.whatsapp import WhatsAppBot
|
||||
|
||||
|
||||
def main():
|
||||
whatsapp_bot = WhatsAppBot()
|
||||
whatsapp_bot.start()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user