This project demonstrates the setup of a WhatsApp chatbot powered by the llama-2-7b model, running on a Google Colab instance. The chatbot is integrated with Twilio for messaging capabilities.
Run the llama-2-7b API file in Google Colab to set up the llama-2-7b model. This will generate a ngrok endpoint.
In the Twilio chatbot file, use the ngrok endpoint generated in Step 1 in the call_llama_api function. This function will be responsible for connecting to the llama-2-7b model.
Run the twilio chatbot file and get its ngrok endpoint. Use this endpoint in the twilio sandbox settings to make the connection