Skip to content

Marcus is a GPT-3 based travel guide chatbot. Hit him up with queries when you're on a trip and he'll tell you the places you should absolutely go to!

License

Notifications You must be signed in to change notification settings

manan-paneri-99/marcus-gpt3-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marcus-gpt3-bot

Marcus is a GPT-3 based travel guide chatbot that gives you friendly and creative travel suggestions

Here are some examples:

  1. Where to chill in Las Vegas?
>>> from chatbot import ask, append_interaction_to_chat_log
>>> chat_log = None
>>> question_greet ="Hey how are you?"
>>> answer_greet = ask(question_greet, chat_log)
>>> answer_greet
'I am informative, creative — and more. I can be an excellent travel guide for you.'
>>> question = "Where can I chill in Las Vegas?"
>>> answer = ask(question, chat_log)
>>> answer
'You can chill at Las Vegas Strip, or catch a show at Bellagio.'
  1. Cool places in Singapore!?
question_1 = "What are some cool places in Singapore?"
>>> answer_1 = ask(question_1, chat_log)
>>> answer_1
"You can take a food trail in Pinang Peranakan and learn about Singapore's culture."
  1. As random as Beirut?
question = "What can I do in Beirut?"
>>> answer = ask(question, chat_log)
>>> answer
'The city has various landmarks like the Mediterranean Sea, Ottoman Bank, Corniche Beirut and others.
I hope you liked your conversation with me. For more inspiring travel    destinations, keep visiting Marcus.ai'

Marcus GPT3 bot, Twilio WhatsApp Sandbox deployment

marcus_wapp

Twilio SMS deployment is also available.

marcus_sms

Stay tuned!

Sources:

Maintained by Manan Paneri

About

Marcus is a GPT-3 based travel guide chatbot. Hit him up with queries when you're on a trip and he'll tell you the places you should absolutely go to!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages