TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Text an LLM at 61493035885

1 pointsby benkaiser3 months ago
Full number (no + allowed in title): +61493035885<p>I put together this basic service running on an Android phone with a cheap prepaid SIM that supports &quot;unlimited SMS to 20 countries&quot;. I considered alternatives like Twilio and Telnyx, but at ~5c per SMS sent or received in Australia, the SMS costs would rack up faster than the LLM costs! Of course, this comes at the risk the carrier disconnects my service.<p>I explain it more in the blog post, but the service is just a basic node server that sends the LLM calls to DeepInfra running Llama 3.1 8B. The node server runs in Termux on the phone receiving the SMS, and is relayed to the node server by SMS Gateway for Android[1].<p>Tip: you can text &quot;CLEAR&quot; to clear all your past messages from the database so you can start a new conversation.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;capcom6&#x2F;android-sms-gateway&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;capcom6&#x2F;android-sms-gateway&#x2F;</a>

no comments

no comments