simonsanvil / openai-whatsapp-chatbot

A chatbot app that uses OpenAI's GPT and DALL-E to reply to incoming messages from WhatsApp and generate images
MIT License
172 stars 49 forks source link

Some suggestions #13

Open eladrave opened 1 year ago

eladrave commented 1 year ago

Just a few things I thought of

  1. Create other chat handlers (Telegram? FB messenger? Text message, web interface)
  2. Allow external links - if I send a URL, it will fetch the content, and add it to the message, so I can refer to it.
  3. Same with PDF
simonsanvil commented 1 year ago

These are all great ideas. I'll add them to the backlog for some future release ;)

Another one I was thinking about is adding the capability of reading images sent by the user, and captioning them with CLIP or some similar model so that the assistant can use them as part of the context.