this post was submitted on 06 Dec 2023
713 points (96.8% liked)

Programmer Humor

32380 readers
1162 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://fed.dyne.org/post/43780

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 11 months ago (2 children)

I just use it for snippets - "here's my function, how would I go about changing x?" Or, "here's my block of code, I'm getting this error, what am I missing?" (I know, I'm fine to share my code but not company code)

[–] [email protected] 18 points 11 months ago (1 children)

You can host a model locally with gpt4all. So using company code shouldn't be a problem, since it wouldn't leave your machine.

[–] [email protected] 7 points 11 months ago

Nice.

Readers, note performance won’t match GPT-4. You can see the leaderboard then compare some of the available GPT4All models side-by-side. They may be sufficient for your needs.

[–] [email protected] 5 points 11 months ago

Generally, same. It's also competent (not good) at boilerplate.