this post was submitted on 06 Apr 2024
132 points (88.8% liked)

Technology

58111 readers
4652 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Really just curious what folks out there deem valuable enough to give money for monthly or annually. As a software engineer I have quite a few that keep me productive and I'll list a few:

  • ChatGPT
  • Perplexity
  • Obsidian Sync
  • YouTube Premium
you are viewing a single comment's thread
view the rest of the comments
[–] muntedcrocodile@lemm.ee 11 points 5 months ago (2 children)

I really hope ur using chatgpt via api and not their own frontend api is far cheaper and there is a multitude of clients u can use

[–] viking@infosec.pub 6 points 5 months ago (1 children)

The one advantage of their front-end is that it's enabled for live internet search. But yeah it's not worth the price difference. I'm hardly getting $2 a month vs. the 20 they charge for the front-end.

[–] muntedcrocodile@lemm.ee 1 points 5 months ago (1 children)

Yeah I been looking for a frontend that can use an agent style preferably written in langchain capable of such things. I just been using Sydney but its been lab optimised to far and Microsoft are fuckers.

[–] OofN@lemmy.world 2 points 5 months ago (1 children)

I don’t know if it will meet your needs, but I’ve recently picked up a license to TypingMind and I use the OpenAI API - it’s a very good tool IMO.

[–] muntedcrocodile@lemm.ee 2 points 5 months ago (1 children)

I'd prefer something Foss honestly might just have to write it myself at this point.

[–] OofN@lemmy.world 1 points 5 months ago

Yeah I agree, and I hesitated to buy TypingMind, but I figured the $30 or whatever was cheaper than my time.

[–] SuperSpruce@lemmy.zip 3 points 5 months ago (1 children)

How do I use the API? I'd be willing to pay for ChatGPT pro if it was cheaper, especially if it was pay per use instead of pay per month

[–] muntedcrocodile@lemm.ee 2 points 5 months ago (1 children)

I use better chatgpt its a git repo that Github will host for free for you then google opening api and get urself an api key. Its pay per use u get gpt3.5 as well as gpt4. I still use gpt3.5turbo for most things this cos its way cheaper than 4.

[–] SuperSpruce@lemmy.zip 1 points 5 months ago

Thanks, I'll look into that! I also recently found an easy way to run local LLMs on my computer, so I can mix and match.