requests
, schedule
, Twilio
, and langchain
to process a request made to an LLM server. This LLM server generates a list of 5 SaaS ideas and texts it to the user every 3 hours using the schedule
library and a while True
loop.Python3
.requests
,Twilio
, schedule
and langchain
Ollama
using Windows Subsystem for Linux (WSL) with this command: curl https://ollama.ai/install.sh | sh
pip install -r requirements.txt
to install the required packages. Using ideas-texted-to-you To use ideas-texted-to-you, follow these steps:Ollama
with ollama serve
ollama pull mistral-openorca
.ollama run mistral-openorca
account_sid
, the auth_token
, the from_='YourTwilioPhoneNum'
, and the to='YourPhoneNum'
to your information.python text-list.py
.git checkout -b <branch_name>
.git commit -m '<commit_message>'
git push origin ideas-texted-to-you
Posted Feb 12, 2024
Texts ideas to the user every 3 hrs based on the prompt. - GitHub - MinervaArgus/ideas-texted-to-you: Texts ideas to the user every 3 hrs based on the prompt.
0
0