this post was submitted on 03 Mar 2026
62 points (97.0% liked)
Health - Resources and discussion for everything health-related
4261 readers
248 users here now
Health: physical and mental, individual and public.
Discussions, issues, resources, news, everything.
See the pinned post for a long list of other communities dedicated to health or specific diagnoses. The list is continuously updated.
Nothing here shall be taken as medical or any other kind of professional advice.
Commercial advertising is considered spam and not allowed. If you're not sure, contact mods to ask beforehand.
Linked videos without original description context by OP to initiate healthy, constructive discussions will be removed.
Regular rules of lemmy.world apply. Be civil.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're being down voted because LLMs aren't deterministic, it's basically the biggest issue in productizing them. LLMs have a setting called "temperature" that is used to randomize the next token selection process meaning LLMs are inherently not deterministic.
If you se the temperature to 0, then it will produce consistent results, but the "quality" of output drops significantly.
If you give whatever random data source it uses the same seed, it will output the same thing.