Live data from Hacker News

Ask HN: My GPT project has become a local hit but I can't afford the bill

news.ycombinator.com

11–20 of 141 posts

Re: Ask HN: My GPT project has become a local hit but I can't afford the bill

#11
You could charge for heavy use. At that many users and only $50/day you might be able to cover costs with premium users.

Alternatively you could try swapping out an open source model like llama on the back end (possible licensing issues here).

Another option would be to seek out ads for local companies directly since it is an explicitly local product. Cold calling would probably be the best place to start. You could also pay attention to who is paying for billboards in your area and try contacting them.

Re: Ask HN: My GPT project has become a local hit but I can't afford the bill

#13

You could charge for heavy use. At that many users and only $50/day you might be able to cover costs with premium users. Alternatively you could try swapping out an open source model like llama on the back end (possible licensing issues here). Another option would be to seek out ads for local companies directly since it is an explicitly local product. Cold calling would probably be the best place to start. You could…

To add to that, OP should really be tracking usage a bit to see if there are abusers taking up a large amount of queries

Re: Ask HN: My GPT project has become a local hit but I can't afford the bill

#16
Odds are high that this will go through a hype cycle and usage will taper off naturally in a week or two.

But the donations route could also be a fun way to lean into the local element of it if the cost remains high. Could have a simple line of text when the page loads that thanks one of the donors for that day.

Re: Ask HN: My GPT project has become a local hit but I can't afford the bill

#18
If you haven’t already: Start to store question and answer pairs and reuse the answer if the same question is asked multiple times.

You could also compute embeddings for the questions (don’t have to be OpenAI embeddings), and reuse the answer if the question is sufficiently similar to a prevously asked question.

Re: Ask HN: My GPT project has become a local hit but I can't afford the bill

#20

Contact local businesses and sell ads injected into your prompt

Or just contact some of the businesses and offer a classic banner ad on the site.

If done right, it won't even be adblocked (because you can do it with no tracking at all).

Depending on the size of the city, and the queries, you should have a good idea where to look. If not, check the local church bulletins, the local softball/school fields, and anywhere else you find local business advertisements.

Post reply on HN