this post was submitted on 13 Jun 2024
68 points (84.0% liked)

Open Source

28963 readers
303 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 weeks ago

It can use ChatGPT I believe, or you could use a local GPT or several other LLM architectures.

GPTs are trained by "trying to fill in the next word", or more simply could be described as a "spicy autocomplete", whereas BERTs try to "fill in the blanks". So it might be worth looking into other LLM architectures if you're not in the market for an autocomplete.

Personally, I'm going to look into this. Also it would furnish a good excuse to learn about Docker and how SearXNG works.