Hacker News new | ask | show | jobs
by late_night_fix 15 days ago
I try to batch requests and reuse responses wherever possible.LLM API calls are awesome,but if you don't watch your usage,cost sneaks up fast.
1 comments

Agreed, are you doing anything to take advantage of cacheing?

Anything else you can share about project?