Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save robrita/2a9662d6e8b9c5f572ff8ea7e354a24d to your computer and use it in GitHub Desktop.

Select an option

Save robrita/2a9662d6e8b9c5f572ff8ea7e354a24d to your computer and use it in GitHub Desktop.

How to use (ChatGPT-like) OpenAI GPT-3 to answer FAQ questions based on your business in Manychat?

(FAQ is hosted in Google Sheets)

πŸ‘‰https://m.me/robrita.me

In this tutorial, we will use the FREE ManychatGPT app for seemless integration.

Summary

  1. Create FAQ Dataset
  2. Install and use ManychatGPT app in the Default Reply flow
  3. Test your integration
  4. Final thoughts

1. Create FAQ Dataset

πŸ‘‰https://m.me/robrita.me

2. Install and use ManychatGPT app in the Default Reply flow

  • This is how it looks like when you start setting values in the Custom fields

  • Enter the Custom fields as shown below

πŸ‘‰https://m.me/robrita.me

3. Test your integration

  • test your integration by simply chatting to your bot anything that will not trigger a keyword but instead will hit your Default Reply flow.

4. Final thoughts

  • This solution does not use embeddings for semantic search.
  • This solution is ideal for Restaurants or Cafe or any businesses with few FAQs.
  • FAQs are limited to 10 items only. If you have more, then only the first 10 FAQs will be valid.
  • pricing cost is based on token usage of the model used both input and output token https://openai.com/api/pricing
  • "text-davinci-003" model can only process 4,000 tokens, so make sure to summarize your FAQ

For any questions contact me on messenger πŸ‘‰https://m.me/robrita.me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment